Html Css Color HEX #CA13BC Deep Magenta

📋 copy color: '#CA13BC'

red 202 ◦ green 19 ◦ blue 188

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

Shades of Deep Magenta #CA13BC

Tints of Deep Magenta #CA13BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 49.39%
G = 4.65%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA13BC (or 0xCA13BC) is known color: Deep Magenta. HEX triplet: CA, 13 and BC. RGB value is (202,19,188). Sum of RGB (Red+Green+Blue) = 202+19+188=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13BC is #35EC43. Grayscale: #5C5C5C. Windows color (decimal): -3533892 or 12325834. OLE color: 12325834.

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

Color convert

RGB 202 19 188 -
CMYK 0 0.91 0.07 0.21
HSL 304.59º 0.83% 0.43% -
HSV(B) 304.59º 0.91% 0.79% -
XYZ 33.67 16.65 49.02 -
YUV 92.98 181.63 205.76 -
System Red Green Blue C M Y K H S L
Decimal 202 19 188 0 0.91 0.07 0.21 304.59 0.83 0.43
Hex CA 13 BC 0 5B 7 15 131 53 2B
Octal 312 23 274 0 133 7 25 461 123 53
Binary 11001010 10011 10111100 0 1011011 111 10101 100110001 1010011 101011

Color Harmonies of #CA13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13BC

Black with #CA13BC

Text Example


Text Example

White with #CA13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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