Html Css Color HEX #C336AB Fuchsia

📋 copy color: '#C336AB'

red 195 ◦ green 54 ◦ blue 171

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

Shades of Fuchsia #C336AB

Tints of Fuchsia #C336AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 46.43%
G = 12.86%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C336AB (or 0xC336AB) is known color: Fuchsia. HEX triplet: C3, 36 and AB. RGB value is (195,54,171). Sum of RGB (Red+Green+Blue) = 195+54+171=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C336AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C336AB is #3CC954. Grayscale: #6D6D6D. Windows color (decimal): -3983701 or 11220675. OLE color: 11220675.

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

Color convert

RGB 195 54 171 -
CMYK 0 0.72 0.12 0.24
HSL 310.21º 0.57% 0.49% -
HSV(B) 310.21º 0.72% 0.76% -
XYZ 31.18 17.18 40.2 -
YUV 109.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 195 54 171 0 0.72 0.12 0.24 310.21 0.57 0.49
Hex C3 36 AB 0 48 C 18 136 39 31
Octal 303 66 253 0 110 14 30 466 71 61
Binary 11000011 110110 10101011 0 1001000 1100 11000 100110110 111001 110001

Color Harmonies of #C336AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336AB

Black with #C336AB

Text Example


Text Example

White with #C336AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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