Html Css Color HEX #C30192 Medium Violet Red

📋 copy color: '#C30192'

red 195 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #C30192

Tints of Medium Violet Red #C30192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 57.02%
G = 0.29%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30192 (or 0xC30192) is known color: Medium Violet Red. HEX triplet: C3, 01 and 92. RGB value is (195,1,146). Sum of RGB (Red+Green+Blue) = 195+1+146=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C30192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30192 is #3CFE6D. Grayscale: #4B4B4B. Windows color (decimal): -3997294 or 9568707. OLE color: 9568707.

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

Color convert

RGB 195 1 146 -
CMYK 0 0.99 0.25 0.24
HSL 315.15º 0.99% 0.38% -
HSV(B) 315.15º 0.99% 0.76% -
XYZ 27.7 13.7 28.38 -
YUV 75.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 195 1 146 0 0.99 0.25 0.24 315.15 0.99 0.38
Hex C3 1 92 0 63 19 18 13B 63 26
Octal 303 1 222 0 143 31 30 473 143 46
Binary 11000011 1 10010010 0 1100011 11001 11000 100111011 1100011 100110

Color Harmonies of #C30192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30192

Black with #C30192

Text Example


Text Example

White with #C30192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30192; }

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

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

background-color css

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

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

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

border-color css

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

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

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