Html Css Color HEX #CA18B0 Deep Magenta

📋 copy color: '#CA18B0'

red 202 ◦ green 24 ◦ blue 176

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

Shades of Deep Magenta #CA18B0

Tints of Deep Magenta #CA18B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 50.25%
G = 5.97%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA18B0 (or 0xCA18B0) is known color: Deep Magenta. HEX triplet: CA, 18 and B0. RGB value is (202,24,176). Sum of RGB (Red+Green+Blue) = 202+24+176=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18B0 is #35E74F. Grayscale: #5E5E5E. Windows color (decimal): -3532624 or 11540682. OLE color: 11540682.

HSL color Cylindrical-coordinate representation of color #CA18B0: hue angle of 308.76º 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 #CA18B0 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 24 176 -
CMYK 0 0.88 0.13 0.21
HSL 308.76º 0.79% 0.44% -
HSV(B) 308.76º 0.88% 0.79% -
XYZ 32.52 16.34 42.52 -
YUV 94.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 202 24 176 0 0.88 0.13 0.21 308.76 0.79 0.44
Hex CA 18 B0 0 58 D 15 135 4F 2C
Octal 312 30 260 0 130 15 25 465 117 54
Binary 11001010 11000 10110000 0 1011000 1101 10101 100110101 1001111 101100

Color Harmonies of #CA18B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18B0

Black with #CA18B0

Text Example


Text Example

White with #CA18B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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