Html Css Color HEX #C2069D Medium Violet Red

📋 copy color: '#C2069D'

red 194 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #C2069D

Tints of Medium Violet Red #C2069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 54.34%
G = 1.68%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2069D (or 0xC2069D) is known color: Medium Violet Red. HEX triplet: C2, 06 and 9D. RGB value is (194,6,157). Sum of RGB (Red+Green+Blue) = 194+6+157=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2069D is #3DF962. Grayscale: #4F4F4F. Windows color (decimal): -4061539 or 10290882. OLE color: 10290882.

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

Color convert

RGB 194 6 157 -
CMYK 0 0.97 0.19 0.24
HSL 311.81º 0.94% 0.39% -
HSV(B) 311.81º 0.97% 0.76% -
XYZ 28.4 14.03 33.11 -
YUV 79.43 171.78 209.72 -
System Red Green Blue C M Y K H S L
Decimal 194 6 157 0 0.97 0.19 0.24 311.81 0.94 0.39
Hex C2 6 9D 0 61 13 18 138 5E 27
Octal 302 6 235 0 141 23 30 470 136 47
Binary 11000010 110 10011101 0 1100001 10011 11000 100111000 1011110 100111

Color Harmonies of #C2069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2069D

Black with #C2069D

Text Example


Text Example

White with #C2069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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