Html Css Color HEX #CA18B7 Deep Magenta

📋 copy color: '#CA18B7'

red 202 ◦ green 24 ◦ blue 183

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

Shades of Deep Magenta #CA18B7

Tints of Deep Magenta #CA18B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 49.39%
G = 5.87%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA18B7 (or 0xCA18B7) is known color: Deep Magenta. HEX triplet: CA, 18 and B7. RGB value is (202,24,183). Sum of RGB (Red+Green+Blue) = 202+24+183=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18B7 is #35E748. Grayscale: #5E5E5E. Windows color (decimal): -3532617 or 11999434. OLE color: 11999434.

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

Color convert

RGB 202 24 183 -
CMYK 0 0.88 0.09 0.21
HSL 306.4º 0.79% 0.44% -
HSV(B) 306.4º 0.88% 0.79% -
XYZ 33.23 16.63 46.26 -
YUV 95.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 202 24 183 0 0.88 0.09 0.21 306.4 0.79 0.44
Hex CA 18 B7 0 58 9 15 132 4F 2C
Octal 312 30 267 0 130 11 25 462 117 54
Binary 11001010 11000 10110111 0 1011000 1001 10101 100110010 1001111 101100

Color Harmonies of #CA18B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18B7

Black with #CA18B7

Text Example


Text Example

White with #CA18B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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