Html Css Color HEX #C342C2 Fuchsia

📋 copy color: '#C342C2'

red 195 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #C342C2

Tints of Fuchsia #C342C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 42.86%
G = 14.51%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C342C2 (or 0xC342C2) is known color: Fuchsia. HEX triplet: C3, 42 and C2. RGB value is (195,66,194). Sum of RGB (Red+Green+Blue) = 195+66+194=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C342C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342C2 is #3CBD3D. Grayscale: #767676. Windows color (decimal): -3980606 or 12731075. OLE color: 12731075.

HSL color Cylindrical-coordinate representation of color #C342C2: hue angle of 300.47º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C342C2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 194 -
CMYK 0 0.66 0.01 0.24
HSL 300.47º 0.52% 0.51% -
HSV(B) 300.47º 0.66% 0.76% -
XYZ 34.19 19.39 52.98 -
YUV 119.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 195 66 194 0 0.66 0.01 0.24 300.47 0.52 0.51
Hex C3 42 C2 0 42 1 18 12C 34 33
Octal 303 102 302 0 102 1 30 454 64 63
Binary 11000011 1000010 11000010 0 1000010 1 11000 100101100 110100 110011

Color Harmonies of #C342C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342C2

Black with #C342C2

Text Example


Text Example

White with #C342C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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