Html Css Color HEX #C30092 Medium Violet Red

📋 copy color: '#C30092'

red 195 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #C30092

Tints of Medium Violet Red #C30092

RGB

 RED value IS 195 (76.56% from 255) = 57.18%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30092 (or 0xC30092) is known color: Medium Violet Red. HEX triplet: C3, 00 and 92. RGB value is (195,0,146). Sum of RGB (Red+Green+Blue) = 195+0+146=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C30092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30092 is #3CFF6D. Grayscale: #4A4A4A. Windows color (decimal): -3997550 or 9568451. OLE color: 9568451.

HSL color Cylindrical-coordinate representation of color #C30092: hue angle of 315.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30092 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 146 -
CMYK 0 1 0.25 0.24
HSL 315.08º 1% 0.38% -
HSV(B) 315.08º 1% 0.76% -
XYZ 27.69 13.68 28.37 -
YUV 74.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 195 0 146 0 1 0.25 0.24 315.08 1 0.38
Hex C3 0 92 0 64 19 18 13B 64 26
Octal 303 0 222 0 144 31 30 473 144 46
Binary 11000011 0 10010010 0 1100100 11001 11000 100111011 1100100 100110

Color Harmonies of #C30092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30092

Black with #C30092

Text Example


Text Example

White with #C30092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30092; }

 p { color: rgb(195,0,146); }

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

background-color css

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

 a { background-color: rgb(195,0,146); }

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

border-color css

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

 span { border-color: rgb(195,0,146); }

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