Html Css Color HEX #C342CC Fuchsia

📋 copy color: '#C342CC'

red 195 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #C342CC

Tints of Fuchsia #C342CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

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

R = 41.94%
G = 14.19%
B = 43.87%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C342CC (or 0xC342CC) is known color: Fuchsia. HEX triplet: C3, 42 and CC. RGB value is (195,66,204). Sum of RGB (Red+Green+Blue) = 195+66+204=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C342CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342CC is #3CBD33. Grayscale: #777777. Windows color (decimal): -3980596 or 13386435. OLE color: 13386435.

HSL color Cylindrical-coordinate representation of color #C342CC: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C342CC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 66 204 -
CMYK 0.04 0.68 0 0.2
HSL 296.09º 0.58% 0.53% -
HSV(B) 296.09º 0.68% 0.8% -
XYZ 35.35 19.86 59.1 -
YUV 120.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 195 66 204 0.04 0.68 0 0.2 296.09 0.58 0.53
Hex C3 42 CC 4 44 0 14 128 3A 35
Octal 303 102 314 4 104 0 24 450 72 65
Binary 11000011 1000010 11001100 100 1000100 0 10100 100101000 111010 110101

Color Harmonies of #C342CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342CC

Black with #C342CC

Text Example


Text Example

White with #C342CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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