Html Css Color HEX #C30670 Medium Violet Red

📋 copy color: '#C30670'

red 195 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #C30670

Tints of Medium Violet Red #C30670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 62.3%
G = 1.92%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C30670 (or 0xC30670) is known color: Medium Violet Red. HEX triplet: C3, 06 and 70. RGB value is (195,6,112). Sum of RGB (Red+Green+Blue) = 195+6+112=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30670 is #3CF98F. Grayscale: #4A4A4A. Windows color (decimal): -3996048 or 7341763. OLE color: 7341763.

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

Color convert

RGB 195 6 112 -
CMYK 0 0.97 0.43 0.24
HSL 326.35º 0.94% 0.39% -
HSV(B) 326.35º 0.97% 0.76% -
XYZ 25.5 12.9 16.48 -
YUV 74.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 195 6 112 0 0.97 0.43 0.24 326.35 0.94 0.39
Hex C3 6 70 0 61 2B 18 146 5E 27
Octal 303 6 160 0 141 53 30 506 136 47
Binary 11000011 110 1110000 0 1100001 101011 11000 101000110 1011110 100111

Color Harmonies of #C30670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30670

Black with #C30670

Text Example


Text Example

White with #C30670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30670; }

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

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

background-color css

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

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

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

border-color css

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

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

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