Html Css Color HEX #C331B1 Fuchsia

📋 copy color: '#C331B1'

red 195 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #C331B1

Tints of Fuchsia #C331B1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.64%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 46.32%
G = 11.64%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C331B1 (or 0xC331B1) is known color: Fuchsia. HEX triplet: C3, 31 and B1. RGB value is (195,49,177). Sum of RGB (Red+Green+Blue) = 195+49+177=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C331B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331B1 is #3CCE4E. Grayscale: #6A6A6A. Windows color (decimal): -3984975 or 11612611. OLE color: 11612611.

HSL color Cylindrical-coordinate representation of color #C331B1: hue angle of 307.4º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C331B1 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 177 -
CMYK 0 0.75 0.09 0.24
HSL 307.4º 0.6% 0.48% -
HSV(B) 307.4º 0.75% 0.76% -
XYZ 31.54 16.97 43.21 -
YUV 107.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 195 49 177 0 0.75 0.09 0.24 307.4 0.6 0.48
Hex C3 31 B1 0 4B 9 18 133 3C 30
Octal 303 61 261 0 113 11 30 463 74 60
Binary 11000011 110001 10110001 0 1001011 1001 11000 100110011 111100 110000

Color Harmonies of #C331B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331B1

Black with #C331B1

Text Example


Text Example

White with #C331B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331B1; }

 p { color: rgb(195,49,177); }

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

background-color css

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

 a { background-color: rgb(195,49,177); }

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

border-color css

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

 span { border-color: rgb(195,49,177); }

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