Html Css Color HEX #CA18C7 Deep Magenta

📋 copy color: '#CA18C7'

red 202 ◦ green 24 ◦ blue 199

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

Shades of Deep Magenta #CA18C7

Tints of Deep Magenta #CA18C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 47.53%
G = 5.65%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA18C7 (or 0xCA18C7) is known color: Deep Magenta. HEX triplet: CA, 18 and C7. RGB value is (202,24,199). Sum of RGB (Red+Green+Blue) = 202+24+199=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18C7 is #35E738. Grayscale: #606060. Windows color (decimal): -3532601 or 13048010. OLE color: 13048010.

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

Color convert

RGB 202 24 199 -
CMYK 0 0.88 0.01 0.21
HSL 301.01º 0.79% 0.44% -
HSV(B) 301.01º 0.88% 0.79% -
XYZ 34.99 17.33 55.53 -
YUV 97.17 185.47 202.77 -
System Red Green Blue C M Y K H S L
Decimal 202 24 199 0 0.88 0.01 0.21 301.01 0.79 0.44
Hex CA 18 C7 0 58 1 15 12D 4F 2C
Octal 312 30 307 0 130 1 25 455 117 54
Binary 11001010 11000 11000111 0 1011000 1 10101 100101101 1001111 101100

Color Harmonies of #CA18C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA18C7

Black with #CA18C7

Text Example


Text Example

White with #CA18C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA18C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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