Html Css Color HEX #C30078 Medium Violet Red

📋 copy color: '#C30078'

red 195 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #C30078

Tints of Medium Violet Red #C30078

RGB

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

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

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

R = 61.9%
G = 0%
B = 38.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30078 (or 0xC30078) is known color: Medium Violet Red. HEX triplet: C3, 00 and 78. RGB value is (195,0,120). Sum of RGB (Red+Green+Blue) = 195+0+120=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30078 is #3CFF87. Grayscale: #474747. Windows color (decimal): -3997576 or 7864515. OLE color: 7864515.

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

Color convert

RGB 195 0 120 -
CMYK 0 1 0.38 0.24
HSL 323.08º 1% 0.38% -
HSV(B) 323.08º 1% 0.76% -
XYZ 25.9 12.96 18.91 -
YUV 71.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 195 0 120 0 1 0.38 0.24 323.08 1 0.38
Hex C3 0 78 0 64 26 18 143 64 26
Octal 303 0 170 0 144 46 30 503 144 46
Binary 11000011 0 1111000 0 1100100 100110 11000 101000011 1100100 100110

Color Harmonies of #C30078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30078

Black with #C30078

Text Example


Text Example

White with #C30078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30078; }

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

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

background-color css

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

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

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

border-color css

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

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

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