Html Css Color HEX #C356CB Fuchsia

📋 copy color: '#C356CB'

red 195 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #C356CB

Tints of Fuchsia #C356CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.77%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 40.29%
G = 17.77%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C356CB (or 0xC356CB) is known color: Fuchsia. HEX triplet: C3, 56 and CB. RGB value is (195,86,203). Sum of RGB (Red+Green+Blue) = 195+86+203=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C356CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356CB is #3CA934. Grayscale: #838383. Windows color (decimal): -3975477 or 13326019. OLE color: 13326019.

HSL color Cylindrical-coordinate representation of color #C356CB: hue angle of 295.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C356CB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 86 203 -
CMYK 0.04 0.58 0 0.20
HSL 295.9º 0.53% 0.57% -
HSV(B) 295.9º 0.58% 0.8% -
XYZ 36.61 22.57 58.93 -
YUV 131.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 195 86 203 0.04 0.58 0 0.20 295.9 0.53 0.57
Hex C3 56 CB 4 3A 0 14 128 35 39
Octal 303 126 313 4 72 0 24 450 65 71
Binary 11000011 1010110 11001011 100 111010 0 10100 100101000 110101 111001

Color Harmonies of #C356CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356CB

Black with #C356CB

Text Example


Text Example

White with #C356CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356CB; }

 p { color: rgb(195,86,203); }

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

background-color css

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

 a { background-color: rgb(195,86,203); }

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

border-color css

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

 span { border-color: rgb(195,86,203); }

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