Html Css Color HEX #CA13B6 Deep Magenta

📋 copy color: '#CA13B6'

red 202 ◦ green 19 ◦ blue 182

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

Shades of Deep Magenta #CA13B6

Tints of Deep Magenta #CA13B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 50.12%
G = 4.71%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA13B6 (or 0xCA13B6) is known color: Deep Magenta. HEX triplet: CA, 13 and B6. RGB value is (202,19,182). Sum of RGB (Red+Green+Blue) = 202+19+182=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13B6 is #35EC49. Grayscale: #5B5B5B. Windows color (decimal): -3533898 or 11932618. OLE color: 11932618.

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

Color convert

RGB 202 19 182 -
CMYK 0 0.91 0.10 0.21
HSL 306.56º 0.83% 0.43% -
HSV(B) 306.56º 0.91% 0.79% -
XYZ 33.03 16.4 45.68 -
YUV 92.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 202 19 182 0 0.91 0.10 0.21 306.56 0.83 0.43
Hex CA 13 B6 0 5B A 15 133 53 2B
Octal 312 23 266 0 133 12 25 463 123 53
Binary 11001010 10011 10110110 0 1011011 1010 10101 100110011 1010011 101011

Color Harmonies of #CA13B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13B6

Black with #CA13B6

Text Example


Text Example

White with #CA13B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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