Html Css Color HEX #C2067F Medium Violet Red

📋 copy color: '#C2067F'

red 194 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #C2067F

Tints of Medium Violet Red #C2067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 59.33%
G = 1.83%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2067F (or 0xC2067F) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7F. RGB value is (194,6,127). Sum of RGB (Red+Green+Blue) = 194+6+127=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067F is #3DF980. Grayscale: #4B4B4B. Windows color (decimal): -4061569 or 8324802. OLE color: 8324802.

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

Color convert

RGB 194 6 127 -
CMYK 0 0.97 0.35 0.24
HSL 321.38º 0.94% 0.39% -
HSV(B) 321.38º 0.97% 0.76% -
XYZ 26.14 13.13 21.24 -
YUV 76.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 194 6 127 0 0.97 0.35 0.24 321.38 0.94 0.39
Hex C2 6 7F 0 61 23 18 141 5E 27
Octal 302 6 177 0 141 43 30 501 136 47
Binary 11000010 110 1111111 0 1100001 100011 11000 101000001 1011110 100111

Color Harmonies of #C2067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2067F

Black with #C2067F

Text Example


Text Example

White with #C2067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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