Html Css Color HEX #CA13BA Deep Magenta

📋 copy color: '#CA13BA'

red 202 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #CA13BA

Tints of Deep Magenta #CA13BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 49.63%
G = 4.67%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA13BA (or 0xCA13BA) is known color: Deep Magenta. HEX triplet: CA, 13 and BA. RGB value is (202,19,186). Sum of RGB (Red+Green+Blue) = 202+19+186=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13BA is #35EC45. Grayscale: #5C5C5C. Windows color (decimal): -3533894 or 12194762. OLE color: 12194762.

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

Color convert

RGB 202 19 186 -
CMYK 0 0.91 0.08 0.21
HSL 305.25º 0.83% 0.43% -
HSV(B) 305.25º 0.91% 0.79% -
XYZ 33.45 16.57 47.89 -
YUV 92.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 202 19 186 0 0.91 0.08 0.21 305.25 0.83 0.43
Hex CA 13 BA 0 5B 8 15 131 53 2B
Octal 312 23 272 0 133 10 25 461 123 53
Binary 11001010 10011 10111010 0 1011011 1000 10101 100110001 1010011 101011

Color Harmonies of #CA13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13BA

Black with #CA13BA

Text Example


Text Example

White with #CA13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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