Html Css Color HEX #C003CE Deep Magenta

📋 copy color: '#C003CE'

red 192 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #C003CE

Tints of Deep Magenta #C003CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 47.88%
G = 0.75%
B = 51.37%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C003CE (or 0xC003CE) is known color: Deep Magenta. HEX triplet: C0, 03 and CE. RGB value is (192,3,206). Sum of RGB (Red+Green+Blue) = 192+3+206=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #C003CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003CE is #3FFC31. Grayscale: #525252. Windows color (decimal): -4193330 or 13501376. OLE color: 13501376.

HSL color Cylindrical-coordinate representation of color #C003CE: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003CE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 3 206 -
CMYK 0.07 0.99 0 0.19
HSL 295.86º 0.97% 0.41% -
HSV(B) 295.86º 0.99% 0.81% -
XYZ 32.91 15.73 59.69 -
YUV 82.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 192 3 206 0.07 0.99 0 0.19 295.86 0.97 0.41
Hex C0 3 CE 7 63 0 13 128 61 29
Octal 300 3 316 7 143 0 23 450 141 51
Binary 11000000 11 11001110 111 1100011 0 10011 100101000 1100001 101001

Color Harmonies of #C003CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003CE

Black with #C003CE

Text Example


Text Example

White with #C003CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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