Html Css Color HEX #CA23D9 Deep Magenta

📋 copy color: '#CA23D9'

red 202 ◦ green 35 ◦ blue 217

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

Shades of Deep Magenta #CA23D9

Tints of Deep Magenta #CA23D9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.71%

 BLUE value IS 217 (85.16% from 255) = 47.8%

R = 44.49%
G = 7.71%
B = 47.8%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA23D9 (or 0xCA23D9) is known color: Deep Magenta. HEX triplet: CA, 23 and D9. RGB value is (202,35,217). Sum of RGB (Red+Green+Blue) = 202+35+217=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23D9 is #35DC26. Grayscale: #696969. Windows color (decimal): -3529767 or 14230474. OLE color: 14230474.

HSL color Cylindrical-coordinate representation of color #CA23D9: hue angle of 295.05º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA23D9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 35 217 -
CMYK 0.07 0.84 0 0.15
HSL 295.06º 0.72% 0.49% -
HSV(B) 295.06º 0.84% 0.85% -
XYZ 37.48 18.77 67.29 -
YUV 105.68 190.83 196.7 -
System Red Green Blue C M Y K H S L
Decimal 202 35 217 0.07 0.84 0 0.15 295.06 0.72 0.49
Hex CA 23 D9 7 54 0 F 127 48 31
Octal 312 43 331 7 124 0 17 447 110 61
Binary 11001010 100011 11011001 111 1010100 0 1111 100100111 1001000 110001

Color Harmonies of #CA23D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23D9

Black with #CA23D9

Text Example


Text Example

White with #CA23D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23D9; }

 p { color: rgb(202,35,217); }

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

background-color css

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

 a { background-color: rgb(202,35,217); }

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

border-color css

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

 span { border-color: rgb(202,35,217); }

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