Html Css Color HEX #CA00BA Deep Magenta

📋 copy color: '#CA00BA'

red 202 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #CA00BA

Tints of Deep Magenta #CA00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.06%
G = 0%
B = 47.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA00BA (or 0xCA00BA) is known color: Deep Magenta. HEX triplet: CA, 00 and BA. RGB value is (202,0,186). Sum of RGB (Red+Green+Blue) = 202+0+186=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00BA is #35FF45. Grayscale: #515151. Windows color (decimal): -3538758 or 12189898. OLE color: 12189898.

HSL color Cylindrical-coordinate representation of color #CA00BA: hue angle of 304.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00BA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 0 186 -
CMYK 0 1 0.08 0.21
HSL 304.75º 1% 0.4% -
HSV(B) 304.75º 1% 0.79% -
XYZ 33.22 16.1 47.81 -
YUV 81.6 186.92 213.88 -
System Red Green Blue C M Y K H S L
Decimal 202 0 186 0 1 0.08 0.21 304.75 1 0.4
Hex CA 0 BA 0 64 8 15 131 64 28
Octal 312 0 272 0 144 10 25 461 144 50
Binary 11001010 0 10111010 0 1100100 1000 10101 100110001 1100100 101000

Color Harmonies of #CA00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00BA

Black with #CA00BA

Text Example


Text Example

White with #CA00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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