Html Css Color HEX #C336BA Fuchsia

📋 copy color: '#C336BA'

red 195 ◦ green 54 ◦ blue 186

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

Shades of Fuchsia #C336BA

Tints of Fuchsia #C336BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.41%

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 44.83%
G = 12.41%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C336BA (or 0xC336BA) is known color: Fuchsia. HEX triplet: C3, 36 and BA. RGB value is (195,54,186). Sum of RGB (Red+Green+Blue) = 195+54+186=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C336BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336BA is #3CC945. Grayscale: #6E6E6E. Windows color (decimal): -3983686 or 12203715. OLE color: 12203715.

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

Color convert

RGB 195 54 186 -
CMYK 0 0.72 0.05 0.24
HSL 303.83º 0.57% 0.49% -
HSV(B) 303.83º 0.72% 0.76% -
XYZ 32.69 17.79 48.16 -
YUV 111.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 195 54 186 0 0.72 0.05 0.24 303.83 0.57 0.49
Hex C3 36 BA 0 48 5 18 130 39 31
Octal 303 66 272 0 110 5 30 460 71 61
Binary 11000011 110110 10111010 0 1001000 101 11000 100110000 111001 110001

Color Harmonies of #C336BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336BA

Black with #C336BA

Text Example


Text Example

White with #C336BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336BA; }

 p { color: rgb(195,54,186); }

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

background-color css

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

 a { background-color: rgb(195,54,186); }

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

border-color css

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

 span { border-color: rgb(195,54,186); }

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