Html Css Color HEX #CA17CE Deep Magenta

📋 copy color: '#CA17CE'

red 202 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #CA17CE

Tints of Deep Magenta #CA17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.34%

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

R = 46.87%
G = 5.34%
B = 47.8%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA17CE (or 0xCA17CE) is known color: Deep Magenta. HEX triplet: CA, 17 and CE. RGB value is (202,23,206). Sum of RGB (Red+Green+Blue) = 202+23+206=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17CE is #35E831. Grayscale: #606060. Windows color (decimal): -3532850 or 13506506. OLE color: 13506506.

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

Color convert

RGB 202 23 206 -
CMYK 0.02 0.89 0 0.19
HSL 298.69º 0.8% 0.45% -
HSV(B) 298.69º 0.89% 0.81% -
XYZ 35.8 17.63 59.91 -
YUV 97.38 189.3 202.62 -
System Red Green Blue C M Y K H S L
Decimal 202 23 206 0.02 0.89 0 0.19 298.69 0.8 0.45
Hex CA 17 CE 2 59 0 13 12B 50 2D
Octal 312 27 316 2 131 0 23 453 120 55
Binary 11001010 10111 11001110 10 1011001 0 10011 100101011 1010000 101101

Color Harmonies of #CA17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17CE

Black with #CA17CE

Text Example


Text Example

White with #CA17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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