Html Css Color HEX #C00D7B Medium Violet Red

📋 copy color: '#C00D7B'

red 192 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #C00D7B

Tints of Medium Violet Red #C00D7B

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

 GREEN value IS 13 (5.47% from 255) = 3.96%

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

R = 58.54%
G = 3.96%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C00D7B (or 0xC00D7B) is known color: Medium Violet Red. HEX triplet: C0, 0D and 7B. RGB value is (192,13,123). Sum of RGB (Red+Green+Blue) = 192+13+123=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D7B is #3FF284. Grayscale: #4E4E4E. Windows color (decimal): -4190853 or 8064448. OLE color: 8064448.

HSL color Cylindrical-coordinate representation of color #C00D7B: hue angle of 323.13º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00D7B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 13 123 -
CMYK 0 0.93 0.36 0.25
HSL 323.13º 0.87% 0.4% -
HSV(B) 323.13º 0.93% 0.75% -
XYZ 25.46 12.92 19.89 -
YUV 79.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 192 13 123 0 0.93 0.36 0.25 323.13 0.87 0.4
Hex C0 D 7B 0 5D 24 19 143 57 28
Octal 300 15 173 0 135 44 31 503 127 50
Binary 11000000 1101 1111011 0 1011101 100100 11001 101000011 1010111 101000

Color Harmonies of #C00D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D7B

Black with #C00D7B

Text Example


Text Example

White with #C00D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D7B; }

 p { color: rgb(192,13,123); }

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

background-color css

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

 a { background-color: rgb(192,13,123); }

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

border-color css

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

 span { border-color: rgb(192,13,123); }

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