Html Css Color HEX #CA13B7 Deep Magenta

📋 copy color: '#CA13B7'

red 202 ◦ green 19 ◦ blue 183

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

Shades of Deep Magenta #CA13B7

Tints of Deep Magenta #CA13B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 50%
G = 4.7%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA13B7 (or 0xCA13B7) is known color: Deep Magenta. HEX triplet: CA, 13 and B7. RGB value is (202,19,183). Sum of RGB (Red+Green+Blue) = 202+19+183=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13B7 is #35EC48. Grayscale: #5B5B5B. Windows color (decimal): -3533897 or 11998154. OLE color: 11998154.

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

Color convert

RGB 202 19 183 -
CMYK 0 0.91 0.09 0.21
HSL 306.23º 0.83% 0.43% -
HSV(B) 306.23º 0.91% 0.79% -
XYZ 33.14 16.44 46.23 -
YUV 92.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 202 19 183 0 0.91 0.09 0.21 306.23 0.83 0.43
Hex CA 13 B7 0 5B 9 15 132 53 2B
Octal 312 23 267 0 133 11 25 462 123 53
Binary 11001010 10011 10110111 0 1011011 1001 10101 100110010 1010011 101011

Color Harmonies of #CA13B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13B7

Black with #CA13B7

Text Example


Text Example

White with #CA13B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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