Html Css Color HEX #C30672 Medium Violet Red

📋 copy color: '#C30672'

red 195 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #C30672

Tints of Medium Violet Red #C30672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 61.9%
G = 1.9%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30672 (or 0xC30672) is known color: Medium Violet Red. HEX triplet: C3, 06 and 72. RGB value is (195,6,114). Sum of RGB (Red+Green+Blue) = 195+6+114=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30672 is #3CF98D. Grayscale: #4A4A4A. Windows color (decimal): -3996046 or 7472835. OLE color: 7472835.

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

Color convert

RGB 195 6 114 -
CMYK 0 0.97 0.42 0.24
HSL 325.71º 0.94% 0.39% -
HSV(B) 325.71º 0.97% 0.76% -
XYZ 25.61 12.95 17.07 -
YUV 74.82 150.12 213.72 -
System Red Green Blue C M Y K H S L
Decimal 195 6 114 0 0.97 0.42 0.24 325.71 0.94 0.39
Hex C3 6 72 0 61 2A 18 146 5E 27
Octal 303 6 162 0 141 52 30 506 136 47
Binary 11000011 110 1110010 0 1100001 101010 11000 101000110 1011110 100111

Color Harmonies of #C30672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30672

Black with #C30672

Text Example


Text Example

White with #C30672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30672; }

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

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

background-color css

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

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

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

border-color css

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

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

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