Html Css Color HEX #C0068C Medium Violet Red

📋 copy color: '#C0068C'

red 192 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #C0068C

Tints of Medium Violet Red #C0068C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 56.8%
G = 1.78%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0068C (or 0xC0068C) is known color: Medium Violet Red. HEX triplet: C0, 06 and 8C. RGB value is (192,6,140). Sum of RGB (Red+Green+Blue) = 192+6+140=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0068C is #3FF973. Grayscale: #4C4C4C. Windows color (decimal): -4192628 or 9176768. OLE color: 9176768.

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

Color convert

RGB 192 6 140 -
CMYK 0 0.97 0.27 0.25
HSL 316.77º 0.94% 0.39% -
HSV(B) 316.77º 0.97% 0.75% -
XYZ 26.54 13.23 25.97 -
YUV 76.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 192 6 140 0 0.97 0.27 0.25 316.77 0.94 0.39
Hex C0 6 8C 0 61 1B 19 13D 5E 27
Octal 300 6 214 0 141 33 31 475 136 47
Binary 11000000 110 10001100 0 1100001 11011 11001 100111101 1011110 100111

Color Harmonies of #C0068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0068C

Black with #C0068C

Text Example


Text Example

White with #C0068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0068C; }

 p { color: rgb(192,6,140); }

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

background-color css

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

 a { background-color: rgb(192,6,140); }

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

border-color css

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

 span { border-color: rgb(192,6,140); }

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