Html Css Color HEX #C03277 Medium Red Violet

📋 copy color: '#C03277'

red 192 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #C03277

Tints of Medium Red Violet #C03277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 53.19%
G = 13.85%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C03277 (or 0xC03277) is known color: Medium Red Violet. HEX triplet: C0, 32 and 77. RGB value is (192,50,119). Sum of RGB (Red+Green+Blue) = 192+50+119=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03277 is #3FCD88. Grayscale: #646464. Windows color (decimal): -4181385 or 7811776. OLE color: 7811776.

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

Color convert

RGB 192 50 119 -
CMYK 0 0.74 0.38 0.25
HSL 330.85º 0.59% 0.47% -
HSV(B) 330.85º 0.74% 0.75% -
XYZ 26.21 14.82 18.93 -
YUV 100.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 192 50 119 0 0.74 0.38 0.25 330.85 0.59 0.47
Hex C0 32 77 0 4A 26 19 14B 3B 2F
Octal 300 62 167 0 112 46 31 513 73 57
Binary 11000000 110010 1110111 0 1001010 100110 11001 101001011 111011 101111

Color Harmonies of #C03277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03277

Black with #C03277

Text Example


Text Example

White with #C03277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03277; }

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

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

background-color css

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

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

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

border-color css

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

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

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