Html Css Color HEX #C0077B Medium Violet Red

📋 copy color: '#C0077B'

red 192 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #C0077B

Tints of Medium Violet Red #C0077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 59.63%
G = 2.17%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0077B (or 0xC0077B) is known color: Medium Violet Red. HEX triplet: C0, 07 and 7B. RGB value is (192,7,123). Sum of RGB (Red+Green+Blue) = 192+7+123=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0077B is #3FF884. Grayscale: #4B4B4B. Windows color (decimal): -4192389 or 8062912. OLE color: 8062912.

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

Color convert

RGB 192 7 123 -
CMYK 0 0.96 0.36 0.25
HSL 322.38º 0.93% 0.39% -
HSV(B) 322.38º 0.96% 0.75% -
XYZ 25.39 12.79 19.87 -
YUV 75.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 192 7 123 0 0.96 0.36 0.25 322.38 0.93 0.39
Hex C0 7 7B 0 60 24 19 142 5D 27
Octal 300 7 173 0 140 44 31 502 135 47
Binary 11000000 111 1111011 0 1100000 100100 11001 101000010 1011101 100111

Color Harmonies of #C0077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0077B

Black with #C0077B

Text Example


Text Example

White with #C0077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0077B; }

 p { color: rgb(192,7,123); }

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

background-color css

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

 a { background-color: rgb(192,7,123); }

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

border-color css

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

 span { border-color: rgb(192,7,123); }

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