Html Css Color HEX #C00F7F Medium Violet Red

📋 copy color: '#C00F7F'

red 192 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #C00F7F

Tints of Medium Violet Red #C00F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 57.49%
G = 4.49%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C00F7F (or 0xC00F7F) is known color: Medium Violet Red. HEX triplet: C0, 0F and 7F. RGB value is (192,15,127). Sum of RGB (Red+Green+Blue) = 192+15+127=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00F7F is #3FF080. Grayscale: #505050. Windows color (decimal): -4190337 or 8327104. OLE color: 8327104.

HSL color Cylindrical-coordinate representation of color #C00F7F: hue angle of 322.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00F7F is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 15 127 -
CMYK 0 0.92 0.34 0.25
HSL 322.03º 0.86% 0.41% -
HSV(B) 322.03º 0.92% 0.75% -
XYZ 25.74 13.08 21.25 -
YUV 80.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 192 15 127 0 0.92 0.34 0.25 322.03 0.86 0.41
Hex C0 F 7F 0 5C 22 19 142 56 29
Octal 300 17 177 0 134 42 31 502 126 51
Binary 11000000 1111 1111111 0 1011100 100010 11001 101000010 1010110 101001

Color Harmonies of #C00F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00F7F

Black with #C00F7F

Text Example


Text Example

White with #C00F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00F7F; }

 p { color: rgb(192,15,127); }

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

background-color css

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

 a { background-color: rgb(192,15,127); }

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

border-color css

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

 span { border-color: rgb(192,15,127); }

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