Html Css Color HEX #CA09B2 Deep Magenta

📋 copy color: '#CA09B2'

red 202 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #CA09B2

Tints of Deep Magenta #CA09B2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 51.93%
G = 2.31%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA09B2 (or 0xCA09B2) is known color: Deep Magenta. HEX triplet: CA, 09 and B2. RGB value is (202,9,178). Sum of RGB (Red+Green+Blue) = 202+9+178=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA09B2 is #35F64D. Grayscale: #555555. Windows color (decimal): -3536462 or 11667914. OLE color: 11667914.

HSL color Cylindrical-coordinate representation of color #CA09B2: hue angle of 307.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09B2 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 178 -
CMYK 0 0.96 0.12 0.21
HSL 307.46º 0.91% 0.41% -
HSV(B) 307.46º 0.96% 0.79% -
XYZ 32.49 15.97 43.49 -
YUV 85.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 202 9 178 0 0.96 0.12 0.21 307.46 0.91 0.41
Hex CA 9 B2 0 60 C 15 133 5B 29
Octal 312 11 262 0 140 14 25 463 133 51
Binary 11001010 1001 10110010 0 1100000 1100 10101 100110011 1011011 101001

Color Harmonies of #CA09B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09B2

Black with #CA09B2

Text Example


Text Example

White with #CA09B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09B2; }

 p { color: rgb(202,9,178); }

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

background-color css

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

 a { background-color: rgb(202,9,178); }

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

border-color css

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

 span { border-color: rgb(202,9,178); }

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