Html Css Color HEX #CA13C7 Deep Magenta

📋 copy color: '#CA13C7'

red 202 ◦ green 19 ◦ blue 199

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

Shades of Deep Magenta #CA13C7

Tints of Deep Magenta #CA13C7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.52%

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

R = 48.1%
G = 4.52%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA13C7 (or 0xCA13C7) is known color: Deep Magenta. HEX triplet: CA, 13 and C7. RGB value is (202,19,199). Sum of RGB (Red+Green+Blue) = 202+19+199=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13C7 is #35EC38. Grayscale: #5D5D5D. Windows color (decimal): -3533881 or 13046730. OLE color: 13046730.

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

Color convert

RGB 202 19 199 -
CMYK 0 0.91 0.01 0.21
HSL 300.98º 0.83% 0.43% -
HSV(B) 300.98º 0.91% 0.79% -
XYZ 34.9 17.15 55.5 -
YUV 94.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 202 19 199 0 0.91 0.01 0.21 300.98 0.83 0.43
Hex CA 13 C7 0 5B 1 15 12D 53 2B
Octal 312 23 307 0 133 1 25 455 123 53
Binary 11001010 10011 11000111 0 1011011 1 10101 100101101 1010011 101011

Color Harmonies of #CA13C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13C7

Black with #CA13C7

Text Example


Text Example

White with #CA13C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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