Html Css Color HEX #C30D74 Medium Violet Red

📋 copy color: '#C30D74'

red 195 ◦ green 13 ◦ blue 116

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

Shades of Medium Violet Red #C30D74

Tints of Medium Violet Red #C30D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 60.19%
G = 4.01%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30D74 (or 0xC30D74) is known color: Medium Violet Red. HEX triplet: C3, 0D and 74. RGB value is (195,13,116). Sum of RGB (Red+Green+Blue) = 195+13+116=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D74 is #3CF28B. Grayscale: #4E4E4E. Windows color (decimal): -3994252 or 7605699. OLE color: 7605699.

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

Color convert

RGB 195 13 116 -
CMYK 0 0.93 0.41 0.24
HSL 326.04º 0.88% 0.41% -
HSV(B) 326.04º 0.93% 0.76% -
XYZ 25.8 13.15 17.7 -
YUV 79.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 195 13 116 0 0.93 0.41 0.24 326.04 0.88 0.41
Hex C3 D 74 0 5D 29 18 146 58 29
Octal 303 15 164 0 135 51 30 506 130 51
Binary 11000011 1101 1110100 0 1011101 101001 11000 101000110 1011000 101001

Color Harmonies of #C30D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D74

Black with #C30D74

Text Example


Text Example

White with #C30D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D74; }

 p { color: rgb(195,13,116); }

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

background-color css

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

 a { background-color: rgb(195,13,116); }

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

border-color css

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

 span { border-color: rgb(195,13,116); }

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