Html Css Color HEX #CA09D6 Deep Magenta

📋 copy color: '#CA09D6'

red 202 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #CA09D6

Tints of Deep Magenta #CA09D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 47.53%
G = 2.12%
B = 50.35%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA09D6 (or 0xCA09D6) is known color: Deep Magenta. HEX triplet: CA, 09 and D6. RGB value is (202,9,214). Sum of RGB (Red+Green+Blue) = 202+9+214=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA09D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09D6 is #35F629. Grayscale: #595959. Windows color (decimal): -3536426 or 14027210. OLE color: 14027210.

HSL color Cylindrical-coordinate representation of color #CA09D6: hue angle of 296.49º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09D6 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 9 214 -
CMYK 0.06 0.96 0 0.16
HSL 296.49º 0.92% 0.44% -
HSV(B) 296.49º 0.96% 0.84% -
XYZ 36.59 17.61 65.09 -
YUV 90.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 202 9 214 0.06 0.96 0 0.16 296.49 0.92 0.44
Hex CA 9 D6 6 60 0 10 128 5C 2C
Octal 312 11 326 6 140 0 20 450 134 54
Binary 11001010 1001 11010110 110 1100000 0 10000 100101000 1011100 101100

Color Harmonies of #CA09D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA09D6

Black with #CA09D6

Text Example


Text Example

White with #CA09D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA09D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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