Html Css Color HEX #CA18B5 Deep Magenta

📋 copy color: '#CA18B5'

red 202 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #CA18B5

Tints of Deep Magenta #CA18B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 49.63%
G = 5.9%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA18B5 (or 0xCA18B5) is known color: Deep Magenta. HEX triplet: CA, 18 and B5. RGB value is (202,24,181). Sum of RGB (Red+Green+Blue) = 202+24+181=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18B5 is #35E74A. Grayscale: #5E5E5E. Windows color (decimal): -3532619 or 11868362. OLE color: 11868362.

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

Color convert

RGB 202 24 181 -
CMYK 0 0.88 0.10 0.21
HSL 307.08º 0.79% 0.44% -
HSV(B) 307.08º 0.88% 0.79% -
XYZ 33.02 16.55 45.17 -
YUV 95.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 202 24 181 0 0.88 0.10 0.21 307.08 0.79 0.44
Hex CA 18 B5 0 58 A 15 133 4F 2C
Octal 312 30 265 0 130 12 25 463 117 54
Binary 11001010 11000 10110101 0 1011000 1010 10101 100110011 1001111 101100

Color Harmonies of #CA18B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18B5

Black with #CA18B5

Text Example


Text Example

White with #CA18B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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