#cb25a1

Color #CB25A1 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CB25A1

Tints of Medium Violet Red #CB25A1

Color information

#CB25A1 (or 0xCB25A1) is unknown color: approx Medium Violet Red. HEX triplet: CB, 25 and A1. RGB value is (203,37,161). Sum of RGB (Red+Green+Blue) = 203+37+161=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25A1 is #34DA5E. Grayscale: #646464. Windows color (decimal): -3463775 or 10560971. OLE color: 10560971.

HSL color Cylindrical-coordinate representation of color #CB25A1: hue angle of 315.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB25A1 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20337161-
CMYK00.820.210.20
HSL315.18º69.17%47.06%-
HSV(B)315.18º81.77%79.61%-
XYZ31.7216.5935.25-
YUV100.77162200.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 50.62%
GREEN value IS 37 (14.84% from 255) = 9.23%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=50.62%
G=9.23%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033716100.820.210.20315.1869.1747.06
HexCB25A1052151413b452f
Octal313452410122252447310557
Binary11001011100101101000010101001010101101001001110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb25a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb25a1; }

 p { color: rgb(203,37,161); }

 H1.HeaderClassName
 {
   color: #cb25a1;
 }
 .AnyTagClassName
 {
   color: #cb25a1;
 }
</style>
background-color css

<style>
 a { background-color: #cb25a1; }

 a { background-color: rgb(203,37,161); }

 div.DivClassName
 {
   background-color: #cb25a1;
 }
 .BgClassName
 {
   background-color: #cb25a1;
 }
</style>
border-color css

<style>
 span { border-color: #cb25a1; }

 span { border-color: rgb(203,37,161); }

 td.TdClassName
 {
   border-color: #cb25a1;
 }
 .TagClassName
 {
   border-color: #cb25a1;
 }
</style>