Html Css Color HEX #C01F69 Medium Violet Red

📋 copy color: '#C01F69'

red 192 ◦ green 31 ◦ blue 105

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

Shades of Medium Violet Red #C01F69

Tints of Medium Violet Red #C01F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 58.54%
G = 9.45%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C01F69 (or 0xC01F69) is known color: Medium Violet Red. HEX triplet: C0, 1F and 69. RGB value is (192,31,105). Sum of RGB (Red+Green+Blue) = 192+31+105=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F69 is #3FE096. Grayscale: #575757. Windows color (decimal): -4186263 or 6889408. OLE color: 6889408.

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

Color convert

RGB 192 31 105 -
CMYK 0 0.84 0.45 0.25
HSL 332.42º 0.72% 0.44% -
HSV(B) 332.42º 0.84% 0.75% -
XYZ 24.78 13.21 14.61 -
YUV 87.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 192 31 105 0 0.84 0.45 0.25 332.42 0.72 0.44
Hex C0 1F 69 0 54 2D 19 14C 48 2C
Octal 300 37 151 0 124 55 31 514 110 54
Binary 11000000 11111 1101001 0 1010100 101101 11001 101001100 1001000 101100

Color Harmonies of #C01F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F69

Black with #C01F69

Text Example


Text Example

White with #C01F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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