Html Css Color HEX #C00477 Medium Violet Red

📋 copy color: '#C00477'

red 192 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #C00477

Tints of Medium Violet Red #C00477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 60.95%
G = 1.27%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00477 (or 0xC00477) is known color: Medium Violet Red. HEX triplet: C0, 04 and 77. RGB value is (192,4,119). Sum of RGB (Red+Green+Blue) = 192+4+119=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00477 is #3FFB88. Grayscale: #494949. Windows color (decimal): -4193161 or 7800000. OLE color: 7800000.

HSL color Cylindrical-coordinate representation of color #C00477: hue angle of 323.3º 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 #C00477 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 119 -
CMYK 0 0.98 0.38 0.25
HSL 323.3º 0.96% 0.38% -
HSV(B) 323.3º 0.98% 0.75% -
XYZ 25.11 12.63 18.57 -
YUV 73.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 192 4 119 0 0.98 0.38 0.25 323.3 0.96 0.38
Hex C0 4 77 0 62 26 19 143 60 26
Octal 300 4 167 0 142 46 31 503 140 46
Binary 11000000 100 1110111 0 1100010 100110 11001 101000011 1100000 100110

Color Harmonies of #C00477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00477

Black with #C00477

Text Example


Text Example

White with #C00477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00477; }

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

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

background-color css

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

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

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

border-color css

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

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

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