Html Css Color HEX #CA18D8 Deep Magenta

📋 copy color: '#CA18D8'

red 202 ◦ green 24 ◦ blue 216

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

Shades of Deep Magenta #CA18D8

Tints of Deep Magenta #CA18D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 45.7%
G = 5.43%
B = 48.87%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA18D8 (or 0xCA18D8) is known color: Deep Magenta. HEX triplet: CA, 18 and D8. RGB value is (202,24,216). Sum of RGB (Red+Green+Blue) = 202+24+216=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA18D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18D8 is #35E727. Grayscale: #626262. Windows color (decimal): -3532584 or 14162122. OLE color: 14162122.

HSL color Cylindrical-coordinate representation of color #CA18D8: hue angle of 295.62º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA18D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 24 216 -
CMYK 0.06 0.89 0 0.15
HSL 295.63º 0.8% 0.47% -
HSV(B) 295.63º 0.89% 0.85% -
XYZ 37.08 18.17 66.52 -
YUV 99.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 202 24 216 0.06 0.89 0 0.15 295.63 0.8 0.47
Hex CA 18 D8 6 59 0 F 128 50 2F
Octal 312 30 330 6 131 0 17 450 120 57
Binary 11001010 11000 11011000 110 1011001 0 1111 100101000 1010000 101111

Color Harmonies of #CA18D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18D8

Black with #CA18D8

Text Example


Text Example

White with #CA18D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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