Html Css Color HEX #C352B2 Fuchsia

📋 copy color: '#C352B2'

red 195 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #C352B2

Tints of Fuchsia #C352B2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

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

R = 42.86%
G = 18.02%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C352B2 (or 0xC352B2) is known color: Fuchsia. HEX triplet: C3, 52 and B2. RGB value is (195,82,178). Sum of RGB (Red+Green+Blue) = 195+82+178=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352B2 is #3CAD4D. Grayscale: #7E7E7E. Windows color (decimal): -3976526 or 11686595. OLE color: 11686595.

HSL color Cylindrical-coordinate representation of color #C352B2: hue angle of 309.03º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C352B2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 178 -
CMYK 0 0.58 0.09 0.24
HSL 309.03º 0.48% 0.54% -
HSV(B) 309.03º 0.58% 0.76% -
XYZ 33.56 20.85 44.38 -
YUV 126.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 195 82 178 0 0.58 0.09 0.24 309.03 0.48 0.54
Hex C3 52 B2 0 3A 9 18 135 30 36
Octal 303 122 262 0 72 11 30 465 60 66
Binary 11000011 1010010 10110010 0 111010 1001 11000 100110101 110000 110110

Color Harmonies of #C352B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352B2

Black with #C352B2

Text Example


Text Example

White with #C352B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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