Html Css Color HEX #C336B2 Fuchsia

📋 copy color: '#C336B2'

red 195 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #C336B2

Tints of Fuchsia #C336B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 45.67%
G = 12.65%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C336B2 (or 0xC336B2) is known color: Fuchsia. HEX triplet: C3, 36 and B2. RGB value is (195,54,178). Sum of RGB (Red+Green+Blue) = 195+54+178=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C336B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C336B2 is #3CC94D. Grayscale: #6D6D6D. Windows color (decimal): -3983694 or 11679427. OLE color: 11679427.

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

Color convert

RGB 195 54 178 -
CMYK 0 0.72 0.09 0.24
HSL 307.23º 0.57% 0.49% -
HSV(B) 307.23º 0.72% 0.76% -
XYZ 31.86 17.45 43.81 -
YUV 110.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 195 54 178 0 0.72 0.09 0.24 307.23 0.57 0.49
Hex C3 36 B2 0 48 9 18 133 39 31
Octal 303 66 262 0 110 11 30 463 71 61
Binary 11000011 110110 10110010 0 1001000 1001 11000 100110011 111001 110001

Color Harmonies of #C336B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336B2

Black with #C336B2

Text Example


Text Example

White with #C336B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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