Html Css Color HEX #C30C85 Medium Violet Red

📋 copy color: '#C30C85'

red 195 ◦ green 12 ◦ blue 133

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

Shades of Medium Violet Red #C30C85

Tints of Medium Violet Red #C30C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 57.35%
G = 3.53%
B = 39.12%

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

#C30C85 (or 0xC30C85) is known color: Medium Violet Red. HEX triplet: C3, 0C and 85. RGB value is (195,12,133). Sum of RGB (Red+Green+Blue) = 195+12+133=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C85 is #3CF37A. Grayscale: #505050. Windows color (decimal): -3994491 or 8719555. OLE color: 8719555.

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

Color convert

RGB 195 12 133 -
CMYK 0 0.94 0.32 0.24
HSL 320.33º 0.88% 0.41% -
HSV(B) 320.33º 0.94% 0.76% -
XYZ 26.87 13.56 23.39 -
YUV 80.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 195 12 133 0 0.94 0.32 0.24 320.33 0.88 0.41
Hex C3 C 85 0 5E 20 18 140 58 29
Octal 303 14 205 0 136 40 30 500 130 51
Binary 11000011 1100 10000101 0 1011110 100000 11000 101000000 1011000 101001

Color Harmonies of #C30C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C85

Black with #C30C85

Text Example


Text Example

White with #C30C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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