Html Css Color HEX #C000CA Deep Magenta

📋 copy color: '#C000CA'

red 192 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C000CA

Tints of Deep Magenta #C000CA

RGB

 RED value IS 192 (75.39% from 255) = 48.73%

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

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

R = 48.73%
G = 0%
B = 51.27%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C000CA (or 0xC000CA) is known color: Deep Magenta. HEX triplet: C0, 00 and CA. RGB value is (192,0,202). Sum of RGB (Red+Green+Blue) = 192+0+202=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #C000CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CA is #3FFF35. Grayscale: #4F4F4F. Windows color (decimal): -4194102 or 13238464. OLE color: 13238464.

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

Color convert

RGB 192 0 202 -
CMYK 0.05 1 0 0.21
HSL 297.03º 1% 0.4% -
HSV(B) 297.03º 1% 0.79% -
XYZ 32.4 15.47 57.16 -
YUV 80.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 192 0 202 0.05 1 0 0.21 297.03 1 0.4
Hex C0 0 CA 5 64 0 15 129 64 28
Octal 300 0 312 5 144 0 25 451 144 50
Binary 11000000 0 11001010 101 1100100 0 10101 100101001 1100100 101000

Color Harmonies of #C000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000CA

Black with #C000CA

Text Example


Text Example

White with #C000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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