Html Css Color HEX #C01F7A Medium Violet Red

📋 copy color: '#C01F7A'

red 192 ◦ green 31 ◦ blue 122

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

Shades of Medium Violet Red #C01F7A

Tints of Medium Violet Red #C01F7A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 55.65%
G = 8.99%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C01F7A (or 0xC01F7A) is known color: Medium Violet Red. HEX triplet: C0, 1F and 7A. RGB value is (192,31,122). Sum of RGB (Red+Green+Blue) = 192+31+122=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F7A is #3FE085. Grayscale: #595959. Windows color (decimal): -4186246 or 8003520. OLE color: 8003520.

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

Color convert

RGB 192 31 122 -
CMYK 0 0.84 0.36 0.25
HSL 326.09º 0.72% 0.44% -
HSV(B) 326.09º 0.84% 0.75% -
XYZ 25.74 13.59 19.68 -
YUV 89.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 192 31 122 0 0.84 0.36 0.25 326.09 0.72 0.44
Hex C0 1F 7A 0 54 24 19 146 48 2C
Octal 300 37 172 0 124 44 31 506 110 54
Binary 11000000 11111 1111010 0 1010100 100100 11001 101000110 1001000 101100

Color Harmonies of #C01F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F7A

Black with #C01F7A

Text Example


Text Example

White with #C01F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F7A; }

 p { color: rgb(192,31,122); }

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

background-color css

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

 a { background-color: rgb(192,31,122); }

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

border-color css

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

 span { border-color: rgb(192,31,122); }

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