Html Css Color HEX #C003CA Deep Magenta

📋 copy color: '#C003CA'

red 192 ◦ green 3 ◦ blue 202

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

Shades of Deep Magenta #C003CA

Tints of Deep Magenta #C003CA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 48.36%
G = 0.76%
B = 50.88%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C003CA (or 0xC003CA) is known color: Deep Magenta. HEX triplet: C0, 03 and CA. RGB value is (192,3,202). Sum of RGB (Red+Green+Blue) = 192+3+202=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #C003CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CA is #3FFC35. Grayscale: #515151. Windows color (decimal): -4193334 or 13239232. OLE color: 13239232.

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

Color convert

RGB 192 3 202 -
CMYK 0.05 0.99 0 0.21
HSL 296.98º 0.97% 0.4% -
HSV(B) 296.98º 0.99% 0.79% -
XYZ 32.43 15.54 57.17 -
YUV 82.2 195.62 206.32 -
System Red Green Blue C M Y K H S L
Decimal 192 3 202 0.05 0.99 0 0.21 296.98 0.97 0.4
Hex C0 3 CA 5 63 0 15 129 61 28
Octal 300 3 312 5 143 0 25 451 141 50
Binary 11000000 11 11001010 101 1100011 0 10101 100101001 1100001 101000

Color Harmonies of #C003CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003CA

Black with #C003CA

Text Example


Text Example

White with #C003CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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