Html Css Color HEX #C02068 Medium Violet Red

📋 copy color: '#C02068'

red 192 ◦ green 32 ◦ blue 104

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

Shades of Medium Violet Red #C02068

Tints of Medium Violet Red #C02068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 58.54%
G = 9.76%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02068 (or 0xC02068) is known color: Medium Violet Red. HEX triplet: C0, 20 and 68. RGB value is (192,32,104). Sum of RGB (Red+Green+Blue) = 192+32+104=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02068 is #3FDF97. Grayscale: #575757. Windows color (decimal): -4186008 or 6824128. OLE color: 6824128.

HSL color Cylindrical-coordinate representation of color #C02068: hue angle of 333º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02068 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 104 -
CMYK 0 0.83 0.46 0.25
HSL 333º 0.71% 0.44% -
HSV(B) 333º 0.83% 0.75% -
XYZ 24.75 13.24 14.35 -
YUV 88.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 192 32 104 0 0.83 0.46 0.25 333 0.71 0.44
Hex C0 20 68 0 53 2E 19 14D 47 2C
Octal 300 40 150 0 123 56 31 515 107 54
Binary 11000000 100000 1101000 0 1010011 101110 11001 101001101 1000111 101100

Color Harmonies of #C02068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02068

Black with #C02068

Text Example


Text Example

White with #C02068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02068; }

 p { color: rgb(192,32,104); }

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

background-color css

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

 a { background-color: rgb(192,32,104); }

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

border-color css

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

 span { border-color: rgb(192,32,104); }

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