Html Css Color HEX #C30184 Medium Violet Red

📋 copy color: '#C30184'

red 195 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #C30184

Tints of Medium Violet Red #C30184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.45%
G = 0.3%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30184 (or 0xC30184) is known color: Medium Violet Red. HEX triplet: C3, 01 and 84. RGB value is (195,1,132). Sum of RGB (Red+Green+Blue) = 195+1+132=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30184 is #3CFE7B. Grayscale: #494949. Windows color (decimal): -3997308 or 8651203. OLE color: 8651203.

HSL color Cylindrical-coordinate representation of color #C30184: hue angle of 319.48º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30184 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 132 -
CMYK 0 0.99 0.32 0.24
HSL 319.48º 0.99% 0.38% -
HSV(B) 319.48º 0.99% 0.76% -
XYZ 26.68 13.29 22.99 -
YUV 73.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 195 1 132 0 0.99 0.32 0.24 319.48 0.99 0.38
Hex C3 1 84 0 63 20 18 13F 63 26
Octal 303 1 204 0 143 40 30 477 143 46
Binary 11000011 1 10000100 0 1100011 100000 11000 100111111 1100011 100110

Color Harmonies of #C30184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30184

Black with #C30184

Text Example


Text Example

White with #C30184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30184; }

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

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

background-color css

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

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

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

border-color css

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

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

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