Html Css Color HEX #C004B3 Deep Magenta

📋 copy color: '#C004B3'

red 192 ◦ green 4 ◦ blue 179

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

Shades of Deep Magenta #C004B3

Tints of Deep Magenta #C004B3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 51.2%
G = 1.07%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C004B3 (or 0xC004B3) is known color: Deep Magenta. HEX triplet: C0, 04 and B3. RGB value is (192,4,179). Sum of RGB (Red+Green+Blue) = 192+4+179=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C004B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004B3 is #3FFB4C. Grayscale: #4F4F4F. Windows color (decimal): -4193101 or 11732160. OLE color: 11732160.

HSL color Cylindrical-coordinate representation of color #C004B3: hue angle of 304.15º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004B3 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 179 -
CMYK 0 0.98 0.07 0.25
HSL 304.15º 0.96% 0.38% -
HSV(B) 304.15º 0.98% 0.75% -
XYZ 29.92 14.55 43.88 -
YUV 80.16 183.78 207.77 -
System Red Green Blue C M Y K H S L
Decimal 192 4 179 0 0.98 0.07 0.25 304.15 0.96 0.38
Hex C0 4 B3 0 62 7 19 130 60 26
Octal 300 4 263 0 142 7 31 460 140 46
Binary 11000000 100 10110011 0 1100010 111 11001 100110000 1100000 100110

Color Harmonies of #C004B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004B3

Black with #C004B3

Text Example


Text Example

White with #C004B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004B3; }

 p { color: rgb(192,4,179); }

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

background-color css

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

 a { background-color: rgb(192,4,179); }

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

border-color css

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

 span { border-color: rgb(192,4,179); }

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