Html Css Color HEX #CA10C5 Deep Magenta

📋 copy color: '#CA10C5'

red 202 ◦ green 16 ◦ blue 197

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

Shades of Deep Magenta #CA10C5

Tints of Deep Magenta #CA10C5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 197 (77.34% from 255) = 47.47%

R = 48.67%
G = 3.86%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA10C5 (or 0xCA10C5) is known color: Deep Magenta. HEX triplet: CA, 10 and C5. RGB value is (202,16,197). Sum of RGB (Red+Green+Blue) = 202+16+197=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10C5 is #35EF3A. Grayscale: #5B5B5B. Windows color (decimal): -3534651 or 12914890. OLE color: 12914890.

HSL color Cylindrical-coordinate representation of color #CA10C5: hue angle of 301.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10C5 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 16 197 -
CMYK 0 0.92 0.02 0.21
HSL 301.61º 0.85% 0.43% -
HSV(B) 301.61º 0.92% 0.79% -
XYZ 34.62 16.96 54.27 -
YUV 92.25 187.12 206.28 -
System Red Green Blue C M Y K H S L
Decimal 202 16 197 0 0.92 0.02 0.21 301.61 0.85 0.43
Hex CA 10 C5 0 5C 2 15 12E 55 2B
Octal 312 20 305 0 134 2 25 456 125 53
Binary 11001010 10000 11000101 0 1011100 10 10101 100101110 1010101 101011

Color Harmonies of #CA10C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10C5

Black with #CA10C5

Text Example


Text Example

White with #CA10C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10C5; }

 p { color: rgb(202,16,197); }

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

background-color css

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

 a { background-color: rgb(202,16,197); }

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

border-color css

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

 span { border-color: rgb(202,16,197); }

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