Html Css Color HEX #C30889 Medium Violet Red

📋 copy color: '#C30889'

red 195 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #C30889

Tints of Medium Violet Red #C30889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 57.35%
G = 2.35%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C30889 (or 0xC30889) is known color: Medium Violet Red. HEX triplet: C3, 08 and 89. RGB value is (195,8,137). Sum of RGB (Red+Green+Blue) = 195+8+137=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C30889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30889 is #3CF776. Grayscale: #4E4E4E. Windows color (decimal): -3995511 or 8980675. OLE color: 8980675.

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

Color convert

RGB 195 8 137 -
CMYK 0 0.96 0.30 0.24
HSL 318.61º 0.92% 0.4% -
HSV(B) 318.61º 0.96% 0.76% -
XYZ 27.11 13.58 24.86 -
YUV 78.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 195 8 137 0 0.96 0.30 0.24 318.61 0.92 0.4
Hex C3 8 89 0 60 1E 18 13F 5C 28
Octal 303 10 211 0 140 36 30 477 134 50
Binary 11000011 1000 10001001 0 1100000 11110 11000 100111111 1011100 101000

Color Harmonies of #C30889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30889

Black with #C30889

Text Example


Text Example

White with #C30889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30889; }

 p { color: rgb(195,8,137); }

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

background-color css

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

 a { background-color: rgb(195,8,137); }

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

border-color css

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

 span { border-color: rgb(195,8,137); }

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