Html Css Color HEX #C352BD Fuchsia

📋 copy color: '#C352BD'

red 195 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #C352BD

Tints of Fuchsia #C352BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 41.85%
G = 17.6%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C352BD (or 0xC352BD) is known color: Fuchsia. HEX triplet: C3, 52 and BD. RGB value is (195,82,189). Sum of RGB (Red+Green+Blue) = 195+82+189=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BD is #3CAD42. Grayscale: #7F7F7F. Windows color (decimal): -3976515 or 12407491. OLE color: 12407491.

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

Color convert

RGB 195 82 189 -
CMYK 0 0.58 0.03 0.24
HSL 303.19º 0.48% 0.54% -
HSV(B) 303.19º 0.58% 0.76% -
XYZ 34.71 21.31 50.43 -
YUV 127.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 195 82 189 0 0.58 0.03 0.24 303.19 0.48 0.54
Hex C3 52 BD 0 3A 3 18 12F 30 36
Octal 303 122 275 0 72 3 30 457 60 66
Binary 11000011 1010010 10111101 0 111010 11 11000 100101111 110000 110110

Color Harmonies of #C352BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352BD

Black with #C352BD

Text Example


Text Example

White with #C352BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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