Html Css Color HEX #C350B8 Fuchsia

📋 copy color: '#C350B8'

red 195 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #C350B8

Tints of Fuchsia #C350B8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.43%

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

R = 42.48%
G = 17.43%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C350B8 (or 0xC350B8) is known color: Fuchsia. HEX triplet: C3, 50 and B8. RGB value is (195,80,184). Sum of RGB (Red+Green+Blue) = 195+80+184=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C350B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350B8 is #3CAF47. Grayscale: #7D7D7D. Windows color (decimal): -3977032 or 12079299. OLE color: 12079299.

HSL color Cylindrical-coordinate representation of color #C350B8: hue angle of 305.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350B8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 184 -
CMYK 0 0.59 0.06 0.24
HSL 305.74º 0.49% 0.54% -
HSV(B) 305.74º 0.59% 0.76% -
XYZ 34.03 20.8 47.57 -
YUV 126.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 195 80 184 0 0.59 0.06 0.24 305.74 0.49 0.54
Hex C3 50 B8 0 3B 6 18 132 31 36
Octal 303 120 270 0 73 6 30 462 61 66
Binary 11000011 1010000 10111000 0 111011 110 11000 100110010 110001 110110

Color Harmonies of #C350B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350B8

Black with #C350B8

Text Example


Text Example

White with #C350B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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