Html Css Color HEX #CA18BF Deep Magenta

📋 copy color: '#CA18BF'

red 202 ◦ green 24 ◦ blue 191

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

Shades of Deep Magenta #CA18BF

Tints of Deep Magenta #CA18BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 48.44%
G = 5.76%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA18BF (or 0xCA18BF) is known color: Deep Magenta. HEX triplet: CA, 18 and BF. RGB value is (202,24,191). Sum of RGB (Red+Green+Blue) = 202+24+191=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18BF is #35E740. Grayscale: #5F5F5F. Windows color (decimal): -3532609 or 12523722. OLE color: 12523722.

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

Color convert

RGB 202 24 191 -
CMYK 0 0.88 0.05 0.21
HSL 303.71º 0.79% 0.44% -
HSV(B) 303.71º 0.88% 0.79% -
XYZ 34.09 16.97 50.77 -
YUV 96.26 181.47 203.42 -
System Red Green Blue C M Y K H S L
Decimal 202 24 191 0 0.88 0.05 0.21 303.71 0.79 0.44
Hex CA 18 BF 0 58 5 15 130 4F 2C
Octal 312 30 277 0 130 5 25 460 117 54
Binary 11001010 11000 10111111 0 1011000 101 10101 100110000 1001111 101100

Color Harmonies of #CA18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18BF

Black with #CA18BF

Text Example


Text Example

White with #CA18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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