Html Css Color HEX #CA18B3 Deep Magenta

📋 copy color: '#CA18B3'

red 202 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #CA18B3

Tints of Deep Magenta #CA18B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 49.88%
G = 5.93%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA18B3 (or 0xCA18B3) is known color: Deep Magenta. HEX triplet: CA, 18 and B3. RGB value is (202,24,179). Sum of RGB (Red+Green+Blue) = 202+24+179=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18B3 is #35E74C. Grayscale: #5E5E5E. Windows color (decimal): -3532621 or 11737290. OLE color: 11737290.

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

Color convert

RGB 202 24 179 -
CMYK 0 0.88 0.11 0.21
HSL 307.75º 0.79% 0.44% -
HSV(B) 307.75º 0.88% 0.79% -
XYZ 32.82 16.46 44.1 -
YUV 94.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 202 24 179 0 0.88 0.11 0.21 307.75 0.79 0.44
Hex CA 18 B3 0 58 B 15 134 4F 2C
Octal 312 30 263 0 130 13 25 464 117 54
Binary 11001010 11000 10110011 0 1011000 1011 10101 100110100 1001111 101100

Color Harmonies of #CA18B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18B3

Black with #CA18B3

Text Example


Text Example

White with #CA18B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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