Html Css Color HEX #C30684 Medium Violet Red

📋 copy color: '#C30684'

red 195 ◦ green 6 ◦ blue 132

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

Shades of Medium Violet Red #C30684

Tints of Medium Violet Red #C30684

RGB

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

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

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

R = 58.56%
G = 1.8%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30684 (or 0xC30684) is known color: Medium Violet Red. HEX triplet: C3, 06 and 84. RGB value is (195,6,132). Sum of RGB (Red+Green+Blue) = 195+6+132=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30684 is #3CF97B. Grayscale: #4C4C4C. Windows color (decimal): -3996028 or 8652483. OLE color: 8652483.

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

Color convert

RGB 195 6 132 -
CMYK 0 0.97 0.32 0.24
HSL 320º 0.94% 0.39% -
HSV(B) 320º 0.97% 0.76% -
XYZ 26.74 13.4 23.01 -
YUV 76.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 195 6 132 0 0.97 0.32 0.24 320 0.94 0.39
Hex C3 6 84 0 61 20 18 140 5E 27
Octal 303 6 204 0 141 40 30 500 136 47
Binary 11000011 110 10000100 0 1100001 100000 11000 101000000 1011110 100111

Color Harmonies of #C30684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30684

Black with #C30684

Text Example


Text Example

White with #C30684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30684; }

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

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

background-color css

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

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

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

border-color css

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

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

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