Html Css Color HEX #CA23CE Deep Magenta

📋 copy color: '#CA23CE'

red 202 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #CA23CE

Tints of Deep Magenta #CA23CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 45.6%
G = 7.9%
B = 46.5%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA23CE (or 0xCA23CE) is known color: Deep Magenta. HEX triplet: CA, 23 and CE. RGB value is (202,35,206). Sum of RGB (Red+Green+Blue) = 202+35+206=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23CE is #35DC31. Grayscale: #676767. Windows color (decimal): -3529778 or 13509578. OLE color: 13509578.

HSL color Cylindrical-coordinate representation of color #CA23CE: hue angle of 298.6º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA23CE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 35 206 -
CMYK 0.02 0.83 0 0.19
HSL 298.6º 0.71% 0.47% -
HSV(B) 298.6º 0.83% 0.81% -
XYZ 36.1 18.21 60.01 -
YUV 104.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 202 35 206 0.02 0.83 0 0.19 298.6 0.71 0.47
Hex CA 23 CE 2 53 0 13 12B 47 2F
Octal 312 43 316 2 123 0 23 453 107 57
Binary 11001010 100011 11001110 10 1010011 0 10011 100101011 1000111 101111

Color Harmonies of #CA23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23CE

Black with #CA23CE

Text Example


Text Example

White with #CA23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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