Html Css Color HEX #C30881 Medium Violet Red

📋 copy color: '#C30881'

red 195 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #C30881

Tints of Medium Violet Red #C30881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 58.73%
G = 2.41%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30881 (or 0xC30881) is known color: Medium Violet Red. HEX triplet: C3, 08 and 81. RGB value is (195,8,129). Sum of RGB (Red+Green+Blue) = 195+8+129=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30881 is #3CF77E. Grayscale: #4D4D4D. Windows color (decimal): -3995519 or 8456387. OLE color: 8456387.

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

Color convert

RGB 195 8 129 -
CMYK 0 0.96 0.34 0.24
HSL 321.18º 0.92% 0.4% -
HSV(B) 321.18º 0.96% 0.76% -
XYZ 26.55 13.36 21.95 -
YUV 77.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 195 8 129 0 0.96 0.34 0.24 321.18 0.92 0.4
Hex C3 8 81 0 60 22 18 141 5C 28
Octal 303 10 201 0 140 42 30 501 134 50
Binary 11000011 1000 10000001 0 1100000 100010 11000 101000001 1011100 101000

Color Harmonies of #C30881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30881

Black with #C30881

Text Example


Text Example

White with #C30881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30881; }

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

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

background-color css

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

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

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

border-color css

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

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

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