Html Css Color HEX #C331B0 Fuchsia

📋 copy color: '#C331B0'

red 195 ◦ green 49 ◦ blue 176

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

Shades of Fuchsia #C331B0

Tints of Fuchsia #C331B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 46.43%
G = 11.67%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C331B0 (or 0xC331B0) is known color: Fuchsia. HEX triplet: C3, 31 and B0. RGB value is (195,49,176). Sum of RGB (Red+Green+Blue) = 195+49+176=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C331B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331B0 is #3CCE4F. Grayscale: #6A6A6A. Windows color (decimal): -3984976 or 11547075. OLE color: 11547075.

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

Color convert

RGB 195 49 176 -
CMYK 0 0.75 0.10 0.24
HSL 307.81º 0.6% 0.48% -
HSV(B) 307.81º 0.75% 0.76% -
XYZ 31.44 16.93 42.69 -
YUV 107.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 195 49 176 0 0.75 0.10 0.24 307.81 0.6 0.48
Hex C3 31 B0 0 4B A 18 134 3C 30
Octal 303 61 260 0 113 12 30 464 74 60
Binary 11000011 110001 10110000 0 1001011 1010 11000 100110100 111100 110000

Color Harmonies of #C331B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331B0

Black with #C331B0

Text Example


Text Example

White with #C331B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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