Html Css Color HEX #C30279 Medium Violet Red

📋 copy color: '#C30279'

red 195 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #C30279

Tints of Medium Violet Red #C30279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 61.32%
G = 0.63%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30279 (or 0xC30279) is known color: Medium Violet Red. HEX triplet: C3, 02 and 79. RGB value is (195,2,121). Sum of RGB (Red+Green+Blue) = 195+2+121=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C30279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30279 is #3CFD86. Grayscale: #484848. Windows color (decimal): -3997063 or 7930563. OLE color: 7930563.

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

Color convert

RGB 195 2 121 -
CMYK 0 0.99 0.38 0.24
HSL 323.01º 0.98% 0.39% -
HSV(B) 323.01º 0.99% 0.76% -
XYZ 25.98 13.03 19.23 -
YUV 73.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 195 2 121 0 0.99 0.38 0.24 323.01 0.98 0.39
Hex C3 2 79 0 63 26 18 143 62 27
Octal 303 2 171 0 143 46 30 503 142 47
Binary 11000011 10 1111001 0 1100011 100110 11000 101000011 1100010 100111

Color Harmonies of #C30279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30279

Black with #C30279

Text Example


Text Example

White with #C30279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30279; }

 p { color: rgb(195,2,121); }

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

background-color css

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

 a { background-color: rgb(195,2,121); }

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

border-color css

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

 span { border-color: rgb(195,2,121); }

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