Html Css Color HEX #C342CA Fuchsia

📋 copy color: '#C342CA'

red 195 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #C342CA

Tints of Fuchsia #C342CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 42.12%
G = 14.25%
B = 43.63%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C342CA (or 0xC342CA) is known color: Fuchsia. HEX triplet: C3, 42 and CA. RGB value is (195,66,202). Sum of RGB (Red+Green+Blue) = 195+66+202=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C342CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342CA is #3CBD35. Grayscale: #777777. Windows color (decimal): -3980598 or 13255363. OLE color: 13255363.

HSL color Cylindrical-coordinate representation of color #C342CA: hue angle of 296.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C342CA is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 66 202 -
CMYK 0.03 0.67 0 0.21
HSL 296.91º 0.56% 0.53% -
HSV(B) 296.91º 0.67% 0.79% -
XYZ 35.11 19.76 57.84 -
YUV 120.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 195 66 202 0.03 0.67 0 0.21 296.91 0.56 0.53
Hex C3 42 CA 3 43 0 15 129 38 35
Octal 303 102 312 3 103 0 25 451 70 65
Binary 11000011 1000010 11001010 11 1000011 0 10101 100101001 111000 110101

Color Harmonies of #C342CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342CA

Black with #C342CA

Text Example


Text Example

White with #C342CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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