Html Css Color HEX #C30674 Medium Violet Red

📋 copy color: '#C30674'

red 195 ◦ green 6 ◦ blue 116

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

Shades of Medium Violet Red #C30674

Tints of Medium Violet Red #C30674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

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

R = 61.51%
G = 1.89%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30674 (or 0xC30674) is known color: Medium Violet Red. HEX triplet: C3, 06 and 74. RGB value is (195,6,116). Sum of RGB (Red+Green+Blue) = 195+6+116=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30674 is #3CF98B. Grayscale: #4A4A4A. Windows color (decimal): -3996044 or 7603907. OLE color: 7603907.

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

Color convert

RGB 195 6 116 -
CMYK 0 0.97 0.41 0.24
HSL 325.08º 0.94% 0.39% -
HSV(B) 325.08º 0.97% 0.76% -
XYZ 25.72 12.99 17.68 -
YUV 75.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 195 6 116 0 0.97 0.41 0.24 325.08 0.94 0.39
Hex C3 6 74 0 61 29 18 145 5E 27
Octal 303 6 164 0 141 51 30 505 136 47
Binary 11000011 110 1110100 0 1100001 101001 11000 101000101 1011110 100111

Color Harmonies of #C30674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30674

Black with #C30674

Text Example


Text Example

White with #C30674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30674; }

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

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

background-color css

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

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

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

border-color css

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

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

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