Html Css Color HEX #C0277E Medium Red Violet

📋 copy color: '#C0277E'

red 192 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #C0277E

Tints of Medium Red Violet #C0277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 53.78%
G = 10.92%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0277E (or 0xC0277E) is known color: Medium Red Violet. HEX triplet: C0, 27 and 7E. RGB value is (192,39,126). Sum of RGB (Red+Green+Blue) = 192+39+126=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277E is #3FD881. Grayscale: #5E5E5E. Windows color (decimal): -4184194 or 8267712. OLE color: 8267712.

HSL color Cylindrical-coordinate representation of color #C0277E: hue angle of 325.88º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0277E is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 126 -
CMYK 0 0.80 0.34 0.25
HSL 325.88º 0.66% 0.45% -
HSV(B) 325.88º 0.8% 0.75% -
XYZ 26.23 14.16 21.09 -
YUV 94.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 192 39 126 0 0.80 0.34 0.25 325.88 0.66 0.45
Hex C0 27 7E 0 50 22 19 146 42 2D
Octal 300 47 176 0 120 42 31 506 102 55
Binary 11000000 100111 1111110 0 1010000 100010 11001 101000110 1000010 101101

Color Harmonies of #C0277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0277E

Black with #C0277E

Text Example


Text Example

White with #C0277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0277E; }

 p { color: rgb(192,39,126); }

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

background-color css

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

 a { background-color: rgb(192,39,126); }

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

border-color css

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

 span { border-color: rgb(192,39,126); }

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