Html Css Color HEX #CA17E6 Deep Magenta

📋 copy color: '#CA17E6'

red 202 ◦ green 23 ◦ blue 230

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

Shades of Deep Magenta #CA17E6

Tints of Deep Magenta #CA17E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.55%

R = 44.4%
G = 5.05%
B = 50.55%

CMYK

 C value IS 0.12

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA17E6 (or 0xCA17E6) is known color: Deep Magenta. HEX triplet: CA, 17 and E6. RGB value is (202,23,230). Sum of RGB (Red+Green+Blue) = 202+23+230=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA17E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA17E6 is #35E819. Grayscale: #636363. Windows color (decimal): -3532826 or 15079370. OLE color: 15079370.

HSL color Cylindrical-coordinate representation of color #CA17E6: hue angle of 291.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA17E6 is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 23 230 -
CMYK 0.12 0.9 0 0.10
HSL 291.88º 0.82% 0.5% -
HSV(B) 291.88º 0.9% 0.9% -
XYZ 38.95 18.88 76.45 -
YUV 100.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 202 23 230 0.12 0.9 0 0.10 291.88 0.82 0.5
Hex CA 17 E6 C 5A 0 A 124 52 32
Octal 312 27 346 14 132 0 12 444 122 62
Binary 11001010 10111 11100110 1100 1011010 0 1010 100100100 1010010 110010

Color Harmonies of #CA17E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA17E6

Black with #CA17E6

Text Example


Text Example

White with #CA17E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA17E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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