Html Css Color HEX #CA1ACC Deep Magenta

📋 copy color: '#CA1ACC'

red 202 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #CA1ACC

Tints of Deep Magenta #CA1ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.02%

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

R = 46.76%
G = 6.02%
B = 47.22%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA1ACC (or 0xCA1ACC) is known color: Deep Magenta. HEX triplet: CA, 1A and CC. RGB value is (202,26,204). Sum of RGB (Red+Green+Blue) = 202+26+204=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ACC is #35E533. Grayscale: #626262. Windows color (decimal): -3532084 or 13376202. OLE color: 13376202.

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

Color convert

RGB 202 26 204 -
CMYK 0.01 0.87 0 0.2
HSL 299.33º 0.77% 0.45% -
HSV(B) 299.33º 0.87% 0.8% -
XYZ 35.63 17.65 58.66 -
YUV 98.92 187.31 201.53 -
System Red Green Blue C M Y K H S L
Decimal 202 26 204 0.01 0.87 0 0.2 299.33 0.77 0.45
Hex CA 1A CC 1 57 0 14 12B 4D 2D
Octal 312 32 314 1 127 0 24 453 115 55
Binary 11001010 11010 11001100 1 1010111 0 10100 100101011 1001101 101101

Color Harmonies of #CA1ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1ACC

Black with #CA1ACC

Text Example


Text Example

White with #CA1ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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