Html Css Color HEX #C352B7 Fuchsia

📋 copy color: '#C352B7'

red 195 ◦ green 82 ◦ blue 183

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

Shades of Fuchsia #C352B7

Tints of Fuchsia #C352B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.78%

R = 42.39%
G = 17.83%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C352B7 (or 0xC352B7) is known color: Fuchsia. HEX triplet: C3, 52 and B7. RGB value is (195,82,183). Sum of RGB (Red+Green+Blue) = 195+82+183=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352B7 is #3CAD48. Grayscale: #7F7F7F. Windows color (decimal): -3976521 or 12014275. OLE color: 12014275.

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

Color convert

RGB 195 82 183 -
CMYK 0 0.58 0.06 0.24
HSL 306.37º 0.48% 0.54% -
HSV(B) 306.37º 0.58% 0.76% -
XYZ 34.07 21.06 47.07 -
YUV 127.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 195 82 183 0 0.58 0.06 0.24 306.37 0.48 0.54
Hex C3 52 B7 0 3A 6 18 132 30 36
Octal 303 122 267 0 72 6 30 462 60 66
Binary 11000011 1010010 10110111 0 111010 110 11000 100110010 110000 110110

Color Harmonies of #C352B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352B7

Black with #C352B7

Text Example


Text Example

White with #C352B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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