Html Css Color HEX #C01F6B Medium Violet Red

📋 copy color: '#C01F6B'

red 192 ◦ green 31 ◦ blue 107

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

Shades of Medium Violet Red #C01F6B

Tints of Medium Violet Red #C01F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 58.18%
G = 9.39%
B = 32.42%

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

#C01F6B (or 0xC01F6B) is known color: Medium Violet Red. HEX triplet: C0, 1F and 6B. RGB value is (192,31,107). Sum of RGB (Red+Green+Blue) = 192+31+107=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F6B is #3FE094. Grayscale: #575757. Windows color (decimal): -4186261 or 7020480. OLE color: 7020480.

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

Color convert

RGB 192 31 107 -
CMYK 0 0.84 0.44 0.25
HSL 331.68º 0.72% 0.44% -
HSV(B) 331.68º 0.84% 0.75% -
XYZ 24.88 13.25 15.16 -
YUV 87.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 192 31 107 0 0.84 0.44 0.25 331.68 0.72 0.44
Hex C0 1F 6B 0 54 2C 19 14C 48 2C
Octal 300 37 153 0 124 54 31 514 110 54
Binary 11000000 11111 1101011 0 1010100 101100 11001 101001100 1001000 101100

Color Harmonies of #C01F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F6B

Black with #C01F6B

Text Example


Text Example

White with #C01F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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