Html Css Color HEX #CA18C2 Deep Magenta

📋 copy color: '#CA18C2'

red 202 ◦ green 24 ◦ blue 194

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

Shades of Deep Magenta #CA18C2

Tints of Deep Magenta #CA18C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.19%

R = 48.1%
G = 5.71%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA18C2 (or 0xCA18C2) is known color: Deep Magenta. HEX triplet: CA, 18 and C2. RGB value is (202,24,194). Sum of RGB (Red+Green+Blue) = 202+24+194=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18C2 is #35E73D. Grayscale: #606060. Windows color (decimal): -3532606 or 12720330. OLE color: 12720330.

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

Color convert

RGB 202 24 194 -
CMYK 0 0.88 0.04 0.21
HSL 302.7º 0.79% 0.44% -
HSV(B) 302.7º 0.88% 0.79% -
XYZ 34.42 17.1 52.53 -
YUV 96.6 182.97 203.18 -
System Red Green Blue C M Y K H S L
Decimal 202 24 194 0 0.88 0.04 0.21 302.7 0.79 0.44
Hex CA 18 C2 0 58 4 15 12F 4F 2C
Octal 312 30 302 0 130 4 25 457 117 54
Binary 11001010 11000 11000010 0 1011000 100 10101 100101111 1001111 101100

Color Harmonies of #CA18C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18C2

Black with #CA18C2

Text Example


Text Example

White with #CA18C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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