Html Css Color HEX #C2068A Medium Violet Red

📋 copy color: '#C2068A'

red 194 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #C2068A

Tints of Medium Violet Red #C2068A

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 57.4%
G = 1.78%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2068A (or 0xC2068A) is known color: Medium Violet Red. HEX triplet: C2, 06 and 8A. RGB value is (194,6,138). Sum of RGB (Red+Green+Blue) = 194+6+138=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2068A is #3DF975. Grayscale: #4C4C4C. Windows color (decimal): -4061558 or 9045698. OLE color: 9045698.

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

Color convert

RGB 194 6 138 -
CMYK 0 0.97 0.29 0.24
HSL 317.87º 0.94% 0.39% -
HSV(B) 317.87º 0.97% 0.76% -
XYZ 26.9 13.43 25.22 -
YUV 77.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 194 6 138 0 0.97 0.29 0.24 317.87 0.94 0.39
Hex C2 6 8A 0 61 1D 18 13E 5E 27
Octal 302 6 212 0 141 35 30 476 136 47
Binary 11000010 110 10001010 0 1100001 11101 11000 100111110 1011110 100111

Color Harmonies of #C2068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2068A

Black with #C2068A

Text Example


Text Example

White with #C2068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2068A; }

 p { color: rgb(194,6,138); }

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

background-color css

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

 a { background-color: rgb(194,6,138); }

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

border-color css

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

 span { border-color: rgb(194,6,138); }

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