Html Css Color HEX #C2067B Medium Violet Red

📋 copy color: '#C2067B'

red 194 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #C2067B

Tints of Medium Violet Red #C2067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 60.06%
G = 1.86%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2067B (or 0xC2067B) is known color: Medium Violet Red. HEX triplet: C2, 06 and 7B. RGB value is (194,6,123). Sum of RGB (Red+Green+Blue) = 194+6+123=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2067B is #3DF984. Grayscale: #4B4B4B. Windows color (decimal): -4061573 or 8062658. OLE color: 8062658.

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

Color convert

RGB 194 6 123 -
CMYK 0 0.97 0.37 0.24
HSL 322.66º 0.94% 0.39% -
HSV(B) 322.66º 0.97% 0.76% -
XYZ 25.89 13.03 19.89 -
YUV 75.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 194 6 123 0 0.97 0.37 0.24 322.66 0.94 0.39
Hex C2 6 7B 0 61 25 18 143 5E 27
Octal 302 6 173 0 141 45 30 503 136 47
Binary 11000010 110 1111011 0 1100001 100101 11000 101000011 1011110 100111

Color Harmonies of #C2067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2067B

Black with #C2067B

Text Example


Text Example

White with #C2067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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