Html Css Color HEX #C350BB Fuchsia

📋 copy color: '#C350BB'

red 195 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #C350BB

Tints of Fuchsia #C350BB

RGB

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

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

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

R = 42.21%
G = 17.32%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C350BB (or 0xC350BB) is known color: Fuchsia. HEX triplet: C3, 50 and BB. RGB value is (195,80,187). Sum of RGB (Red+Green+Blue) = 195+80+187=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C350BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350BB is #3CAF44. Grayscale: #7E7E7E. Windows color (decimal): -3977029 or 12275907. OLE color: 12275907.

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

Color convert

RGB 195 80 187 -
CMYK 0 0.59 0.04 0.24
HSL 304.17º 0.49% 0.54% -
HSV(B) 304.17º 0.59% 0.76% -
XYZ 34.34 20.93 49.24 -
YUV 126.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 195 80 187 0 0.59 0.04 0.24 304.17 0.49 0.54
Hex C3 50 BB 0 3B 4 18 130 31 36
Octal 303 120 273 0 73 4 30 460 61 66
Binary 11000011 1010000 10111011 0 111011 100 11000 100110000 110001 110110

Color Harmonies of #C350BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350BB

Black with #C350BB

Text Example


Text Example

White with #C350BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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