Html Css Color HEX #C01F6C Medium Violet Red

📋 copy color: '#C01F6C'

red 192 ◦ green 31 ◦ blue 108

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

Shades of Medium Violet Red #C01F6C

Tints of Medium Violet Red #C01F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 58.01%
G = 9.37%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C01F6C (or 0xC01F6C) is known color: Medium Violet Red. HEX triplet: C0, 1F and 6C. RGB value is (192,31,108). Sum of RGB (Red+Green+Blue) = 192+31+108=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F6C is #3FE093. Grayscale: #575757. Windows color (decimal): -4186260 or 7086016. OLE color: 7086016.

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

Color convert

RGB 192 31 108 -
CMYK 0 0.84 0.44 0.25
HSL 331.3º 0.72% 0.44% -
HSV(B) 331.3º 0.84% 0.75% -
XYZ 24.93 13.27 15.43 -
YUV 87.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 192 31 108 0 0.84 0.44 0.25 331.3 0.72 0.44
Hex C0 1F 6C 0 54 2C 19 14B 48 2C
Octal 300 37 154 0 124 54 31 513 110 54
Binary 11000000 11111 1101100 0 1010100 101100 11001 101001011 1001000 101100

Color Harmonies of #C01F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F6C

Black with #C01F6C

Text Example


Text Example

White with #C01F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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