Html Css Color HEX #C30699 Medium Violet Red

📋 copy color: '#C30699'

red 195 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #C30699

Tints of Medium Violet Red #C30699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 55.08%
G = 1.69%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30699 (or 0xC30699) is known color: Medium Violet Red. HEX triplet: C3, 06 and 99. RGB value is (195,6,153). Sum of RGB (Red+Green+Blue) = 195+6+153=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C30699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30699 is #3CF966. Grayscale: #4E4E4E. Windows color (decimal): -3996007 or 10028739. OLE color: 10028739.

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

Color convert

RGB 195 6 153 -
CMYK 0 0.97 0.22 0.24
HSL 313.33º 0.94% 0.39% -
HSV(B) 313.33º 0.97% 0.76% -
XYZ 28.32 14.03 31.35 -
YUV 79.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 195 6 153 0 0.97 0.22 0.24 313.33 0.94 0.39
Hex C3 6 99 0 61 16 18 139 5E 27
Octal 303 6 231 0 141 26 30 471 136 47
Binary 11000011 110 10011001 0 1100001 10110 11000 100111001 1011110 100111

Color Harmonies of #C30699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30699

Black with #C30699

Text Example


Text Example

White with #C30699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30699; }

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

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

background-color css

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

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

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

border-color css

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

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

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