Html Css Color HEX #C352CC Fuchsia

📋 copy color: '#C352CC'

red 195 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #C352CC

Tints of Fuchsia #C352CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 40.54%
G = 17.05%
B = 42.41%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C352CC (or 0xC352CC) is known color: Fuchsia. HEX triplet: C3, 52 and CC. RGB value is (195,82,204). Sum of RGB (Red+Green+Blue) = 195+82+204=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C352CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352CC is #3CAD33. Grayscale: #818181. Windows color (decimal): -3976500 or 13390531. OLE color: 13390531.

HSL color Cylindrical-coordinate representation of color #C352CC: hue angle of 295.57º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C352CC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 82 204 -
CMYK 0.04 0.60 0 0.2
HSL 295.57º 0.54% 0.56% -
HSV(B) 295.57º 0.6% 0.8% -
XYZ 36.42 22 59.45 -
YUV 129.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 195 82 204 0.04 0.60 0 0.2 295.57 0.54 0.56
Hex C3 52 CC 4 3C 0 14 128 36 38
Octal 303 122 314 4 74 0 24 450 66 70
Binary 11000011 1010010 11001100 100 111100 0 10100 100101000 110110 111000

Color Harmonies of #C352CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C352CC

Black with #C352CC

Text Example


Text Example

White with #C352CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C352CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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