Html Css Color HEX #C01E69 Medium Violet Red

📋 copy color: '#C01E69'

red 192 ◦ green 30 ◦ blue 105

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

Shades of Medium Violet Red #C01E69

Tints of Medium Violet Red #C01E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

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

R = 58.72%
G = 9.17%
B = 32.11%

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

#C01E69 (or 0xC01E69) is known color: Medium Violet Red. HEX triplet: C0, 1E and 69. RGB value is (192,30,105). Sum of RGB (Red+Green+Blue) = 192+30+105=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E69 is #3FE196. Grayscale: #565656. Windows color (decimal): -4186519 or 6889152. OLE color: 6889152.

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

Color convert

RGB 192 30 105 -
CMYK 0 0.84 0.45 0.25
HSL 332.22º 0.73% 0.44% -
HSV(B) 332.22º 0.84% 0.75% -
XYZ 24.75 13.15 14.6 -
YUV 86.99 138.17 202.9 -
System Red Green Blue C M Y K H S L
Decimal 192 30 105 0 0.84 0.45 0.25 332.22 0.73 0.44
Hex C0 1E 69 0 54 2D 19 14C 49 2C
Octal 300 36 151 0 124 55 31 514 111 54
Binary 11000000 11110 1101001 0 1010100 101101 11001 101001100 1001001 101100

Color Harmonies of #C01E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E69

Black with #C01E69

Text Example


Text Example

White with #C01E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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