Html Css Color HEX #C350BC Fuchsia

📋 copy color: '#C350BC'

red 195 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #C350BC

Tints of Fuchsia #C350BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 42.12%
G = 17.28%
B = 40.6%

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

#C350BC (or 0xC350BC) is known color: Fuchsia. HEX triplet: C3, 50 and BC. RGB value is (195,80,188). Sum of RGB (Red+Green+Blue) = 195+80+188=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C350BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350BC is #3CAF43. Grayscale: #7E7E7E. Windows color (decimal): -3977028 or 12341443. OLE color: 12341443.

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

Color convert

RGB 195 80 188 -
CMYK 0 0.59 0.04 0.24
HSL 303.65º 0.49% 0.54% -
HSV(B) 303.65º 0.59% 0.76% -
XYZ 34.45 20.97 49.81 -
YUV 126.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 195 80 188 0 0.59 0.04 0.24 303.65 0.49 0.54
Hex C3 50 BC 0 3B 4 18 130 31 36
Octal 303 120 274 0 73 4 30 460 61 66
Binary 11000011 1010000 10111100 0 111011 100 11000 100110000 110001 110110

Color Harmonies of #C350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350BC

Black with #C350BC

Text Example


Text Example

White with #C350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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