Html Css Color HEX #CA18CC Deep Magenta

📋 copy color: '#CA18CC'

red 202 ◦ green 24 ◦ blue 204

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

Shades of Deep Magenta #CA18CC

Tints of Deep Magenta #CA18CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.58%

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

R = 46.98%
G = 5.58%
B = 47.44%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA18CC (or 0xCA18CC) is known color: Deep Magenta. HEX triplet: CA, 18 and CC. RGB value is (202,24,204). Sum of RGB (Red+Green+Blue) = 202+24+204=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA18CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18CC is #35E733. Grayscale: #616161. Windows color (decimal): -3532596 or 13375690. OLE color: 13375690.

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

Color convert

RGB 202 24 204 -
CMYK 0.01 0.88 0 0.2
HSL 299.33º 0.79% 0.45% -
HSV(B) 299.33º 0.88% 0.8% -
XYZ 35.58 17.57 58.64 -
YUV 97.74 187.97 202.36 -
System Red Green Blue C M Y K H S L
Decimal 202 24 204 0.01 0.88 0 0.2 299.33 0.79 0.45
Hex CA 18 CC 1 58 0 14 12B 4F 2D
Octal 312 30 314 1 130 0 24 453 117 55
Binary 11001010 11000 11001100 1 1011000 0 10100 100101011 1001111 101101

Color Harmonies of #CA18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18CC

Black with #CA18CC

Text Example


Text Example

White with #CA18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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