Html Css Color HEX #C30178 Medium Violet Red

📋 copy color: '#C30178'

red 195 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #C30178

Tints of Medium Violet Red #C30178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 61.71%
G = 0.32%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30178 (or 0xC30178) is known color: Medium Violet Red. HEX triplet: C3, 01 and 78. RGB value is (195,1,120). Sum of RGB (Red+Green+Blue) = 195+1+120=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30178 is #3CFE87. Grayscale: #484848. Windows color (decimal): -3997320 or 7864771. OLE color: 7864771.

HSL color Cylindrical-coordinate representation of color #C30178: hue angle of 323.2º 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 #C30178 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 120 -
CMYK 0 0.99 0.38 0.24
HSL 323.2º 0.99% 0.38% -
HSV(B) 323.2º 0.99% 0.76% -
XYZ 25.91 12.98 18.91 -
YUV 72.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 195 1 120 0 0.99 0.38 0.24 323.2 0.99 0.38
Hex C3 1 78 0 63 26 18 143 63 26
Octal 303 1 170 0 143 46 30 503 143 46
Binary 11000011 1 1111000 0 1100011 100110 11000 101000011 1100011 100110

Color Harmonies of #C30178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30178

Black with #C30178

Text Example


Text Example

White with #C30178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30178; }

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

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

background-color css

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

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

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

border-color css

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

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

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