Html Css Color HEX #C30874 Medium Violet Red

📋 copy color: '#C30874'

red 195 ◦ green 8 ◦ blue 116

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

Shades of Medium Violet Red #C30874

Tints of Medium Violet Red #C30874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

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

R = 61.13%
G = 2.51%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30874 (or 0xC30874) is known color: Medium Violet Red. HEX triplet: C3, 08 and 74. RGB value is (195,8,116). Sum of RGB (Red+Green+Blue) = 195+8+116=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30874 is #3CF78B. Grayscale: #4B4B4B. Windows color (decimal): -3995532 or 7604419. OLE color: 7604419.

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

Color convert

RGB 195 8 116 -
CMYK 0 0.96 0.41 0.24
HSL 325.35º 0.92% 0.4% -
HSV(B) 325.35º 0.96% 0.76% -
XYZ 25.74 13.04 17.68 -
YUV 76.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 195 8 116 0 0.96 0.41 0.24 325.35 0.92 0.4
Hex C3 8 74 0 60 29 18 145 5C 28
Octal 303 10 164 0 140 51 30 505 134 50
Binary 11000011 1000 1110100 0 1100000 101001 11000 101000101 1011100 101000

Color Harmonies of #C30874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30874

Black with #C30874

Text Example


Text Example

White with #C30874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30874; }

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

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

background-color css

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

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

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

border-color css

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

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

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