Html Css Color HEX #C000C4 Deep Magenta

📋 copy color: '#C000C4'

red 192 ◦ green 0 ◦ blue 196

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

Shades of Deep Magenta #C000C4

Tints of Deep Magenta #C000C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.52%

R = 49.48%
G = 0%
B = 50.52%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C000C4 (or 0xC000C4) is known color: Deep Magenta. HEX triplet: C0, 00 and C4. RGB value is (192,0,196). Sum of RGB (Red+Green+Blue) = 192+0+196=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #C000C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000C4 is #3FFF3B. Grayscale: #4F4F4F. Windows color (decimal): -4194108 or 12845248. OLE color: 12845248.

HSL color Cylindrical-coordinate representation of color #C000C4: hue angle of 298.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000C4 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 0 196 -
CMYK 0.02 1 0 0.23
HSL 298.78º 1% 0.38% -
HSV(B) 298.78º 1% 0.77% -
XYZ 31.7 15.19 53.49 -
YUV 79.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 192 0 196 0.02 1 0 0.23 298.78 1 0.38
Hex C0 0 C4 2 64 0 17 12B 64 26
Octal 300 0 304 2 144 0 27 453 144 46
Binary 11000000 0 11000100 10 1100100 0 10111 100101011 1100100 100110

Color Harmonies of #C000C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000C4

Black with #C000C4

Text Example


Text Example

White with #C000C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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