Html Css Color HEX #C331BB Fuchsia

📋 copy color: '#C331BB'

red 195 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #C331BB

Tints of Fuchsia #C331BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 45.24%
G = 11.37%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C331BB (or 0xC331BB) is known color: Fuchsia. HEX triplet: C3, 31 and BB. RGB value is (195,49,187). Sum of RGB (Red+Green+Blue) = 195+49+187=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C331BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331BB is #3CCE44. Grayscale: #6B6B6B. Windows color (decimal): -3984965 or 12267971. OLE color: 12267971.

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

Color convert

RGB 195 49 187 -
CMYK 0 0.75 0.04 0.24
HSL 303.29º 0.6% 0.48% -
HSV(B) 303.29º 0.75% 0.76% -
XYZ 32.57 17.39 48.65 -
YUV 108.39 172.37 189.78 -
System Red Green Blue C M Y K H S L
Decimal 195 49 187 0 0.75 0.04 0.24 303.29 0.6 0.48
Hex C3 31 BB 0 4B 4 18 12F 3C 30
Octal 303 61 273 0 113 4 30 457 74 60
Binary 11000011 110001 10111011 0 1001011 100 11000 100101111 111100 110000

Color Harmonies of #C331BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331BB

Black with #C331BB

Text Example


Text Example

White with #C331BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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