Html Css Color HEX #C342CD Fuchsia

📋 copy color: '#C342CD'

red 195 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C342CD

Tints of Fuchsia #C342CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 41.85%
G = 14.16%
B = 43.99%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C342CD (or 0xC342CD) is known color: Fuchsia. HEX triplet: C3, 42 and CD. RGB value is (195,66,205). Sum of RGB (Red+Green+Blue) = 195+66+205=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C342CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342CD is #3CBD32. Grayscale: #777777. Windows color (decimal): -3980595 or 13451971. OLE color: 13451971.

HSL color Cylindrical-coordinate representation of color #C342CD: hue angle of 295.68º degrees, saturation: 0.58, 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 #C342CD is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 66 205 -
CMYK 0.05 0.68 0 0.20
HSL 295.68º 0.58% 0.53% -
HSV(B) 295.68º 0.68% 0.8% -
XYZ 35.47 19.91 59.73 -
YUV 120.42 175.74 181.2 -
System Red Green Blue C M Y K H S L
Decimal 195 66 205 0.05 0.68 0 0.20 295.68 0.58 0.53
Hex C3 42 CD 5 44 0 14 128 3A 35
Octal 303 102 315 5 104 0 24 450 72 65
Binary 11000011 1000010 11001101 101 1000100 0 10100 100101000 111010 110101

Color Harmonies of #C342CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342CD

Black with #C342CD

Text Example


Text Example

White with #C342CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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