Html Css Color HEX #C0068B Medium Violet Red

📋 copy color: '#C0068B'

red 192 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #C0068B

Tints of Medium Violet Red #C0068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 56.97%
G = 1.78%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0068B (or 0xC0068B) is known color: Medium Violet Red. HEX triplet: C0, 06 and 8B. RGB value is (192,6,139). Sum of RGB (Red+Green+Blue) = 192+6+139=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0068B is #3FF974. Grayscale: #4C4C4C. Windows color (decimal): -4192629 or 9111232. OLE color: 9111232.

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

Color convert

RGB 192 6 139 -
CMYK 0 0.97 0.28 0.25
HSL 317.1º 0.94% 0.39% -
HSV(B) 317.1º 0.97% 0.75% -
XYZ 26.46 13.2 25.58 -
YUV 76.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 192 6 139 0 0.97 0.28 0.25 317.1 0.94 0.39
Hex C0 6 8B 0 61 1C 19 13D 5E 27
Octal 300 6 213 0 141 34 31 475 136 47
Binary 11000000 110 10001011 0 1100001 11100 11001 100111101 1011110 100111

Color Harmonies of #C0068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0068B

Black with #C0068B

Text Example


Text Example

White with #C0068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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