Html Css Color HEX #C331BE Fuchsia

📋 copy color: '#C331BE'

red 195 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #C331BE

Tints of Fuchsia #C331BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 44.93%
G = 11.29%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C331BE (or 0xC331BE) is known color: Fuchsia. HEX triplet: C3, 31 and BE. RGB value is (195,49,190). Sum of RGB (Red+Green+Blue) = 195+49+190=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C331BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331BE is #3CCE41. Grayscale: #6C6C6C. Windows color (decimal): -3984962 or 12464579. OLE color: 12464579.

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

Color convert

RGB 195 49 190 -
CMYK 0 0.75 0.03 0.24
HSL 302.05º 0.6% 0.48% -
HSV(B) 302.05º 0.75% 0.76% -
XYZ 32.9 17.52 50.36 -
YUV 108.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 195 49 190 0 0.75 0.03 0.24 302.05 0.6 0.48
Hex C3 31 BE 0 4B 3 18 12E 3C 30
Octal 303 61 276 0 113 3 30 456 74 60
Binary 11000011 110001 10111110 0 1001011 11 11000 100101110 111100 110000

Color Harmonies of #C331BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331BE

Black with #C331BE

Text Example


Text Example

White with #C331BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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