Html Css Color HEX #C331B8 Fuchsia

📋 copy color: '#C331B8'

red 195 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #C331B8

Tints of Fuchsia #C331B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.99%

R = 45.56%
G = 11.45%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C331B8 (or 0xC331B8) is known color: Fuchsia. HEX triplet: C3, 31 and B8. RGB value is (195,49,184). Sum of RGB (Red+Green+Blue) = 195+49+184=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C331B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331B8 is #3CCE47. Grayscale: #6B6B6B. Windows color (decimal): -3984968 or 12071363. OLE color: 12071363.

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

Color convert

RGB 195 49 184 -
CMYK 0 0.75 0.06 0.24
HSL 304.52º 0.6% 0.48% -
HSV(B) 304.52º 0.75% 0.76% -
XYZ 32.26 17.26 46.98 -
YUV 108.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 195 49 184 0 0.75 0.06 0.24 304.52 0.6 0.48
Hex C3 31 B8 0 4B 6 18 131 3C 30
Octal 303 61 270 0 113 6 30 461 74 60
Binary 11000011 110001 10111000 0 1001011 110 11000 100110001 111100 110000

Color Harmonies of #C331B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C331B8

Black with #C331B8

Text Example


Text Example

White with #C331B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C331B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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