Html Css Color HEX #CA18BD Deep Magenta

📋 copy color: '#CA18BD'

red 202 ◦ green 24 ◦ blue 189

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

Shades of Deep Magenta #CA18BD

Tints of Deep Magenta #CA18BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 48.67%
G = 5.78%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA18BD (or 0xCA18BD) is known color: Deep Magenta. HEX triplet: CA, 18 and BD. RGB value is (202,24,189). Sum of RGB (Red+Green+Blue) = 202+24+189=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18BD is #35E742. Grayscale: #5F5F5F. Windows color (decimal): -3532611 or 12392650. OLE color: 12392650.

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

Color convert

RGB 202 24 189 -
CMYK 0 0.88 0.06 0.21
HSL 304.38º 0.79% 0.44% -
HSV(B) 304.38º 0.88% 0.79% -
XYZ 33.87 16.88 49.62 -
YUV 96.03 180.47 203.58 -
System Red Green Blue C M Y K H S L
Decimal 202 24 189 0 0.88 0.06 0.21 304.38 0.79 0.44
Hex CA 18 BD 0 58 6 15 130 4F 2C
Octal 312 30 275 0 130 6 25 460 117 54
Binary 11001010 11000 10111101 0 1011000 110 10101 100110000 1001111 101100

Color Harmonies of #CA18BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18BD

Black with #CA18BD

Text Example


Text Example

White with #CA18BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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