Html Css Color HEX #C30B87 Medium Violet Red

📋 copy color: '#C30B87'

red 195 ◦ green 11 ◦ blue 135

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

Shades of Medium Violet Red #C30B87

Tints of Medium Violet Red #C30B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.23%

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 57.18%
G = 3.23%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C30B87 (or 0xC30B87) is known color: Medium Violet Red. HEX triplet: C3, 0B and 87. RGB value is (195,11,135). Sum of RGB (Red+Green+Blue) = 195+11+135=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30B87 is #3CF478. Grayscale: #4F4F4F. Windows color (decimal): -3994745 or 8850371. OLE color: 8850371.

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

Color convert

RGB 195 11 135 -
CMYK 0 0.94 0.31 0.24
HSL 319.57º 0.89% 0.4% -
HSV(B) 319.57º 0.94% 0.76% -
XYZ 27 13.59 24.12 -
YUV 80.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 195 11 135 0 0.94 0.31 0.24 319.57 0.89 0.4
Hex C3 B 87 0 5E 1F 18 140 59 28
Octal 303 13 207 0 136 37 30 500 131 50
Binary 11000011 1011 10000111 0 1011110 11111 11000 101000000 1011001 101000

Color Harmonies of #C30B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B87

Black with #C30B87

Text Example


Text Example

White with #C30B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B87; }

 p { color: rgb(195,11,135); }

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

background-color css

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

 a { background-color: rgb(195,11,135); }

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

border-color css

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

 span { border-color: rgb(195,11,135); }

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