Html Css Color HEX #C00D7C Medium Violet Red

📋 copy color: '#C00D7C'

red 192 ◦ green 13 ◦ blue 124

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

Shades of Medium Violet Red #C00D7C

Tints of Medium Violet Red #C00D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 58.36%
G = 3.95%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C00D7C (or 0xC00D7C) is known color: Medium Violet Red. HEX triplet: C0, 0D and 7C. RGB value is (192,13,124). Sum of RGB (Red+Green+Blue) = 192+13+124=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D7C is #3FF283. Grayscale: #4E4E4E. Windows color (decimal): -4190852 or 8129984. OLE color: 8129984.

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

Color convert

RGB 192 13 124 -
CMYK 0 0.93 0.35 0.25
HSL 322.79º 0.87% 0.4% -
HSV(B) 322.79º 0.93% 0.75% -
XYZ 25.52 12.95 20.22 -
YUV 79.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 192 13 124 0 0.93 0.35 0.25 322.79 0.87 0.4
Hex C0 D 7C 0 5D 23 19 143 57 28
Octal 300 15 174 0 135 43 31 503 127 50
Binary 11000000 1101 1111100 0 1011101 100011 11001 101000011 1010111 101000

Color Harmonies of #C00D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00D7C

Black with #C00D7C

Text Example


Text Example

White with #C00D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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