Html Css Color HEX #CA0CCB Deep Magenta

📋 copy color: '#CA0CCB'

red 202 ◦ green 12 ◦ blue 203

#CA0CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA0CCB

Tints of Deep Magenta #CA0CCB

RGB

 RED value IS 202 (79.3% from 255) = 48.44%

 GREEN value IS 12 (5.08% from 255) = 2.88%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 48.44%
G = 2.88%
B = 48.68%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA0CCB (or 0xCA0CCB) is known color: Deep Magenta. HEX triplet: CA, 0C and CB. RGB value is (202,12,203). Sum of RGB (Red+Green+Blue) = 202+12+203=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA0CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CCB is #35F334. Grayscale: #5A5A5A. Windows color (decimal): -3535669 or 13307082. OLE color: 13307082.

HSL color Cylindrical-coordinate representation of color #CA0CCB: hue angle of 299.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CCB is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 12 203 -
CMYK 0.00 0.94 0 0.20
HSL 299.69º 0.89% 0.42% -
HSV(B) 299.69º 0.94% 0.8% -
XYZ 35.27 17.13 57.95 -
YUV 90.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 202 12 203 0.00 0.94 0 0.20 299.69 0.89 0.42
Hex CA C CB 0 5E 0 14 12C 59 2A
Octal 312 14 313 0 136 0 24 454 131 52
Binary 11001010 1100 11001011 0 1011110 0 10100 100101100 1011001 101010

Color Harmonies of #CA0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CCB

Black with #CA0CCB

Text Example


Text Example

White with #CA0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CCB; }

 p { color: rgb(202,12,203); }

 H1.HeaderClassName
 {
   color: #CA0CCB;
 }
 .AnyTagClassName
 {
   color: #CA0CCB;
 }
</style>

background-color css

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

 a { background-color: rgb(202,12,203); }

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

border-color css

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

 span { border-color: rgb(202,12,203); }

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