Html Css Color HEX #C01969 Medium Violet Red

📋 copy color: '#C01969'

red 192 ◦ green 25 ◦ blue 105

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

Shades of Medium Violet Red #C01969

Tints of Medium Violet Red #C01969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

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

R = 59.63%
G = 7.76%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C01969 (or 0xC01969) is known color: Medium Violet Red. HEX triplet: C0, 19 and 69. RGB value is (192,25,105). Sum of RGB (Red+Green+Blue) = 192+25+105=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C01969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01969 is #3FE696. Grayscale: #535353. Windows color (decimal): -4187799 or 6887872. OLE color: 6887872.

HSL color Cylindrical-coordinate representation of color #C01969: hue angle of 331.26º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01969 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 105 -
CMYK 0 0.87 0.45 0.25
HSL 331.26º 0.77% 0.43% -
HSV(B) 331.26º 0.87% 0.75% -
XYZ 24.64 12.92 14.56 -
YUV 84.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 192 25 105 0 0.87 0.45 0.25 331.26 0.77 0.43
Hex C0 19 69 0 57 2D 19 14B 4D 2B
Octal 300 31 151 0 127 55 31 513 115 53
Binary 11000000 11001 1101001 0 1010111 101101 11001 101001011 1001101 101011

Color Harmonies of #C01969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01969

Black with #C01969

Text Example


Text Example

White with #C01969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01969; }

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

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

background-color css

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

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

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

border-color css

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

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

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