Html Css Color HEX #C342CE Fuchsia

📋 copy color: '#C342CE'

red 195 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #C342CE

Tints of Fuchsia #C342CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 41.76%
G = 14.13%
B = 44.11%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C342CE (or 0xC342CE) is known color: Fuchsia. HEX triplet: C3, 42 and CE. RGB value is (195,66,206). Sum of RGB (Red+Green+Blue) = 195+66+206=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C342CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342CE is #3CBD31. Grayscale: #787878. Windows color (decimal): -3980594 or 13517507. OLE color: 13517507.

HSL color Cylindrical-coordinate representation of color #C342CE: hue angle of 295.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C342CE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 66 206 -
CMYK 0.05 0.68 0 0.19
HSL 295.29º 0.59% 0.53% -
HSV(B) 295.29º 0.68% 0.81% -
XYZ 35.59 19.95 60.37 -
YUV 120.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 195 66 206 0.05 0.68 0 0.19 295.29 0.59 0.53
Hex C3 42 CE 5 44 0 13 127 3B 35
Octal 303 102 316 5 104 0 23 447 73 65
Binary 11000011 1000010 11001110 101 1000100 0 10011 100100111 111011 110101

Color Harmonies of #C342CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342CE

Black with #C342CE

Text Example


Text Example

White with #C342CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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