Html Css Color HEX #C2068F Medium Violet Red

📋 copy color: '#C2068F'

red 194 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #C2068F

Tints of Medium Violet Red #C2068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 56.56%
G = 1.75%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2068F (or 0xC2068F) is known color: Medium Violet Red. HEX triplet: C2, 06 and 8F. RGB value is (194,6,143). Sum of RGB (Red+Green+Blue) = 194+6+143=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2068F is #3DF970. Grayscale: #4D4D4D. Windows color (decimal): -4061553 or 9373378. OLE color: 9373378.

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

Color convert

RGB 194 6 143 -
CMYK 0 0.97 0.26 0.24
HSL 316.28º 0.94% 0.39% -
HSV(B) 316.28º 0.97% 0.76% -
XYZ 27.27 13.58 27.17 -
YUV 77.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 194 6 143 0 0.97 0.26 0.24 316.28 0.94 0.39
Hex C2 6 8F 0 61 1A 18 13C 5E 27
Octal 302 6 217 0 141 32 30 474 136 47
Binary 11000010 110 10001111 0 1100001 11010 11000 100111100 1011110 100111

Color Harmonies of #C2068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2068F

Black with #C2068F

Text Example


Text Example

White with #C2068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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