Html Css Color HEX #C30992 Medium Violet Red

📋 copy color: '#C30992'

red 195 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #C30992

Tints of Medium Violet Red #C30992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

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

R = 55.71%
G = 2.57%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30992 (or 0xC30992) is known color: Medium Violet Red. HEX triplet: C3, 09 and 92. RGB value is (195,9,146). Sum of RGB (Red+Green+Blue) = 195+9+146=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C30992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30992 is #3CF66D. Grayscale: #4F4F4F. Windows color (decimal): -3995246 or 9570755. OLE color: 9570755.

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

Color convert

RGB 195 9 146 -
CMYK 0 0.95 0.25 0.24
HSL 315.81º 0.91% 0.4% -
HSV(B) 315.81º 0.95% 0.76% -
XYZ 27.79 13.87 28.41 -
YUV 80.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 195 9 146 0 0.95 0.25 0.24 315.81 0.91 0.4
Hex C3 9 92 0 5F 19 18 13C 5B 28
Octal 303 11 222 0 137 31 30 474 133 50
Binary 11000011 1001 10010010 0 1011111 11001 11000 100111100 1011011 101000

Color Harmonies of #C30992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30992

Black with #C30992

Text Example


Text Example

White with #C30992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30992; }

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

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

background-color css

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

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

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

border-color css

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

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

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