Html Css Color HEX #CA13CA Deep Magenta

📋 copy color: '#CA13CA'

red 202 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #CA13CA

Tints of Deep Magenta #CA13CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 47.75%
G = 4.49%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA13CA (or 0xCA13CA) is known color: Deep Magenta. HEX triplet: CA, 13 and CA. RGB value is (202,19,202). Sum of RGB (Red+Green+Blue) = 202+19+202=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13CA is #35EC35. Grayscale: #5E5E5E. Windows color (decimal): -3533878 or 13243338. OLE color: 13243338.

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

Color convert

RGB 202 19 202 -
CMYK 0 0.91 0 0.21
HSL 300º 0.83% 0.43% -
HSV(B) 300º 0.91% 0.79% -
XYZ 35.25 17.29 57.36 -
YUV 94.58 188.63 204.62 -
System Red Green Blue C M Y K H S L
Decimal 202 19 202 0 0.91 0 0.21 300 0.83 0.43
Hex CA 13 CA 0 5B 0 15 12C 53 2B
Octal 312 23 312 0 133 0 25 454 123 53
Binary 11001010 10011 11001010 0 1011011 0 10101 100101100 1010011 101011

Color Harmonies of #CA13CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13CA

Black with #CA13CA

Text Example


Text Example

White with #CA13CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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