Html Css Color HEX #C2067D Medium Violet Red

📋 copy color: '#C2067D'

red 194 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #C2067D

Tints of Medium Violet Red #C2067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 59.69%
G = 1.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2067D (or 0xC2067D) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7D. RGB value is (194,6,125). Sum of RGB (Red+Green+Blue) = 194+6+125=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067D is #3DF982. Grayscale: #4B4B4B. Windows color (decimal): -4061571 or 8193730. OLE color: 8193730.

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

Color convert

RGB 194 6 125 -
CMYK 0 0.97 0.36 0.24
HSL 322.02º 0.94% 0.39% -
HSV(B) 322.02º 0.97% 0.76% -
XYZ 26.01 13.08 20.56 -
YUV 75.78 155.78 212.32 -
System Red Green Blue C M Y K H S L
Decimal 194 6 125 0 0.97 0.36 0.24 322.02 0.94 0.39
Hex C2 6 7D 0 61 24 18 142 5E 27
Octal 302 6 175 0 141 44 30 502 136 47
Binary 11000010 110 1111101 0 1100001 100100 11000 101000010 1011110 100111

Color Harmonies of #C2067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2067D

Black with #C2067D

Text Example


Text Example

White with #C2067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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