Html Css Color HEX #C30472 Medium Violet Red

📋 copy color: '#C30472'

red 195 ◦ green 4 ◦ blue 114

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

Shades of Medium Violet Red #C30472

Tints of Medium Violet Red #C30472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 62.3%
G = 1.28%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30472 (or 0xC30472) is known color: Medium Violet Red. HEX triplet: C3, 04 and 72. RGB value is (195,4,114). Sum of RGB (Red+Green+Blue) = 195+4+114=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30472 is #3CFB8D. Grayscale: #494949. Windows color (decimal): -3996558 or 7472323. OLE color: 7472323.

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

Color convert

RGB 195 4 114 -
CMYK 0 0.98 0.42 0.24
HSL 325.45º 0.96% 0.39% -
HSV(B) 325.45º 0.98% 0.76% -
XYZ 25.59 12.9 17.06 -
YUV 73.65 150.78 214.56 -
System Red Green Blue C M Y K H S L
Decimal 195 4 114 0 0.98 0.42 0.24 325.45 0.96 0.39
Hex C3 4 72 0 62 2A 18 145 60 27
Octal 303 4 162 0 142 52 30 505 140 47
Binary 11000011 100 1110010 0 1100010 101010 11000 101000101 1100000 100111

Color Harmonies of #C30472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30472

Black with #C30472

Text Example


Text Example

White with #C30472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30472; }

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

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

background-color css

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

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

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

border-color css

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

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

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