Html Css Color HEX #C30C84 Medium Violet Red

📋 copy color: '#C30C84'

red 195 ◦ green 12 ◦ blue 132

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

Shades of Medium Violet Red #C30C84

Tints of Medium Violet Red #C30C84

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 57.52%
G = 3.54%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30C84 (or 0xC30C84) is known color: Medium Violet Red. HEX triplet: C3, 0C and 84. RGB value is (195,12,132). Sum of RGB (Red+Green+Blue) = 195+12+132=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C84 is #3CF37B. Grayscale: #505050. Windows color (decimal): -3994492 or 8654019. OLE color: 8654019.

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

Color convert

RGB 195 12 132 -
CMYK 0 0.94 0.32 0.24
HSL 320.66º 0.88% 0.41% -
HSV(B) 320.66º 0.94% 0.76% -
XYZ 26.8 13.53 23.03 -
YUV 80.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 195 12 132 0 0.94 0.32 0.24 320.66 0.88 0.41
Hex C3 C 84 0 5E 20 18 141 58 29
Octal 303 14 204 0 136 40 30 501 130 51
Binary 11000011 1100 10000100 0 1011110 100000 11000 101000001 1011000 101001

Color Harmonies of #C30C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C84

Black with #C30C84

Text Example


Text Example

White with #C30C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C84; }

 p { color: rgb(195,12,132); }

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

background-color css

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

 a { background-color: rgb(195,12,132); }

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

border-color css

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

 span { border-color: rgb(195,12,132); }

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