Html Css Color HEX #CA1CCC Deep Magenta

📋 copy color: '#CA1CCC'

red 202 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #CA1CCC

Tints of Deep Magenta #CA1CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 46.54%
G = 6.45%
B = 47%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA1CCC (or 0xCA1CCC) is known color: Deep Magenta. HEX triplet: CA, 1C and CC. RGB value is (202,28,204). Sum of RGB (Red+Green+Blue) = 202+28+204=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CCC is #35E333. Grayscale: #636363. Windows color (decimal): -3531572 or 13376714. OLE color: 13376714.

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

Color convert

RGB 202 28 204 -
CMYK 0.01 0.86 0 0.2
HSL 299.32º 0.76% 0.45% -
HSV(B) 299.32º 0.86% 0.8% -
XYZ 35.67 17.75 58.67 -
YUV 100.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 202 28 204 0.01 0.86 0 0.2 299.32 0.76 0.45
Hex CA 1C CC 1 56 0 14 12B 4C 2D
Octal 312 34 314 1 126 0 24 453 114 55
Binary 11001010 11100 11001100 1 1010110 0 10100 100101011 1001100 101101

Color Harmonies of #CA1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CCC

Black with #CA1CCC

Text Example


Text Example

White with #CA1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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