Html Css Color HEX #CA15C6 Deep Magenta

📋 copy color: '#CA15C6'

red 202 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #CA15C6

Tints of Deep Magenta #CA15C6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.99%

 BLUE value IS 198 (77.73% from 255) = 47.03%

R = 47.98%
G = 4.99%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA15C6 (or 0xCA15C6) is known color: Deep Magenta. HEX triplet: CA, 15 and C6. RGB value is (202,21,198). Sum of RGB (Red+Green+Blue) = 202+21+198=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15C6 is #35EA39. Grayscale: #5E5E5E. Windows color (decimal): -3533370 or 12981706. OLE color: 12981706.

HSL color Cylindrical-coordinate representation of color #CA15C6: hue angle of 301.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15C6 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 198 -
CMYK 0 0.90 0.02 0.21
HSL 301.33º 0.81% 0.44% -
HSV(B) 301.33º 0.9% 0.79% -
XYZ 34.82 17.17 54.91 -
YUV 95.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 202 21 198 0 0.90 0.02 0.21 301.33 0.81 0.44
Hex CA 15 C6 0 5A 2 15 12D 51 2C
Octal 312 25 306 0 132 2 25 455 121 54
Binary 11001010 10101 11000110 0 1011010 10 10101 100101101 1010001 101100

Color Harmonies of #CA15C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15C6

Black with #CA15C6

Text Example


Text Example

White with #CA15C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15C6; }

 p { color: rgb(202,21,198); }

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

background-color css

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

 a { background-color: rgb(202,21,198); }

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

border-color css

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

 span { border-color: rgb(202,21,198); }

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