Html Css Color HEX #CA1CC9 Deep Magenta

📋 copy color: '#CA1CC9'

red 202 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #CA1CC9

Tints of Deep Magenta #CA1CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 46.87%
G = 6.5%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA1CC9 (or 0xCA1CC9) is known color: Deep Magenta. HEX triplet: CA, 1C and C9. RGB value is (202,28,201). Sum of RGB (Red+Green+Blue) = 202+28+201=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CC9 is #35E336. Grayscale: #636363. Windows color (decimal): -3531575 or 13180106. OLE color: 13180106.

HSL color Cylindrical-coordinate representation of color #CA1CC9: hue angle of 300.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CC9 is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 28 201 -
CMYK 0 0.86 0.00 0.21
HSL 300.34º 0.76% 0.45% -
HSV(B) 300.34º 0.86% 0.79% -
XYZ 35.31 17.6 56.79 -
YUV 99.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 202 28 201 0 0.86 0.00 0.21 300.34 0.76 0.45
Hex CA 1C C9 0 56 0 15 12C 4C 2D
Octal 312 34 311 0 126 0 25 454 114 55
Binary 11001010 11100 11001001 0 1010110 0 10101 100101100 1001100 101101

Color Harmonies of #CA1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CC9

Black with #CA1CC9

Text Example


Text Example

White with #CA1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CC9; }

 p { color: rgb(202,28,201); }

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

background-color css

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

 a { background-color: rgb(202,28,201); }

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

border-color css

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

 span { border-color: rgb(202,28,201); }

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