Html Css Color HEX #C30D71 Medium Violet Red

📋 copy color: '#C30D71'

red 195 ◦ green 13 ◦ blue 113

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

Shades of Medium Violet Red #C30D71

Tints of Medium Violet Red #C30D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 60.75%
G = 4.05%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30D71 (or 0xC30D71) is known color: Medium Violet Red. HEX triplet: C3, 0D and 71. RGB value is (195,13,113). Sum of RGB (Red+Green+Blue) = 195+13+113=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D71 is #3CF28E. Grayscale: #4E4E4E. Windows color (decimal): -3994255 or 7409091. OLE color: 7409091.

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

Color convert

RGB 195 13 113 -
CMYK 0 0.93 0.42 0.24
HSL 327.03º 0.88% 0.41% -
HSV(B) 327.03º 0.93% 0.76% -
XYZ 25.63 13.08 16.8 -
YUV 78.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 195 13 113 0 0.93 0.42 0.24 327.03 0.88 0.41
Hex C3 D 71 0 5D 2A 18 147 58 29
Octal 303 15 161 0 135 52 30 507 130 51
Binary 11000011 1101 1110001 0 1011101 101010 11000 101000111 1011000 101001

Color Harmonies of #C30D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D71

Black with #C30D71

Text Example


Text Example

White with #C30D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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