Html Css Color HEX #C2007B Medium Violet Red

📋 copy color: '#C2007B'

red 194 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #C2007B

Tints of Medium Violet Red #C2007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.2%
G = 0%
B = 38.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2007B (or 0xC2007B) is known color: Medium Violet Red. HEX triplet: C2, 00 and 7B. RGB value is (194,0,123). Sum of RGB (Red+Green+Blue) = 194+0+123=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2007B is #3DFF84. Grayscale: #474747. Windows color (decimal): -4063109 or 8061122. OLE color: 8061122.

HSL color Cylindrical-coordinate representation of color #C2007B: hue angle of 321.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2007B is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 123 -
CMYK 0 1 0.37 0.24
HSL 321.96º 1% 0.38% -
HSV(B) 321.96º 1% 0.76% -
XYZ 25.82 12.9 19.87 -
YUV 72.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 194 0 123 0 1 0.37 0.24 321.96 1 0.38
Hex C2 0 7B 0 64 25 18 142 64 26
Octal 302 0 173 0 144 45 30 502 144 46
Binary 11000010 0 1111011 0 1100100 100101 11000 101000010 1100100 100110

Color Harmonies of #C2007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2007B

Black with #C2007B

Text Example


Text Example

White with #C2007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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