Html Css Color HEX #C01885 Medium Violet Red

📋 copy color: '#C01885'

red 192 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #C01885

Tints of Medium Violet Red #C01885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.88%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 55.01%
G = 6.88%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C01885 (or 0xC01885) is known color: Medium Violet Red. HEX triplet: C0, 18 and 85. RGB value is (192,24,133). Sum of RGB (Red+Green+Blue) = 192+24+133=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C01885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01885 is #3FE77A. Grayscale: #565656. Windows color (decimal): -4188027 or 8722624. OLE color: 8722624.

HSL color Cylindrical-coordinate representation of color #C01885: hue angle of 321.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01885 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 133 -
CMYK 0 0.88 0.31 0.25
HSL 321.07º 0.78% 0.42% -
HSV(B) 321.07º 0.88% 0.75% -
XYZ 26.3 13.55 23.42 -
YUV 86.66 154.16 203.14 -
System Red Green Blue C M Y K H S L
Decimal 192 24 133 0 0.88 0.31 0.25 321.07 0.78 0.42
Hex C0 18 85 0 58 1F 19 141 4E 2A
Octal 300 30 205 0 130 37 31 501 116 52
Binary 11000000 11000 10000101 0 1011000 11111 11001 101000001 1001110 101010

Color Harmonies of #C01885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01885

Black with #C01885

Text Example


Text Example

White with #C01885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01885; }

 p { color: rgb(192,24,133); }

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

background-color css

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

 a { background-color: rgb(192,24,133); }

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

border-color css

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

 span { border-color: rgb(192,24,133); }

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