Html Css Color HEX #C342BE Fuchsia

📋 copy color: '#C342BE'

red 195 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #C342BE

Tints of Fuchsia #C342BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 43.24%
G = 14.63%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C342BE (or 0xC342BE) is known color: Fuchsia. HEX triplet: C3, 42 and BE. RGB value is (195,66,190). Sum of RGB (Red+Green+Blue) = 195+66+190=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BE is #3CBD41. Grayscale: #767676. Windows color (decimal): -3980610 or 12468931. OLE color: 12468931.

HSL color Cylindrical-coordinate representation of color #C342BE: hue angle of 302.33º 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 #C342BE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 66 190 -
CMYK 0 0.66 0.03 0.24
HSL 302.33º 0.52% 0.51% -
HSV(B) 302.33º 0.66% 0.76% -
XYZ 33.75 19.22 50.65 -
YUV 118.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 195 66 190 0 0.66 0.03 0.24 302.33 0.52 0.51
Hex C3 42 BE 0 42 3 18 12E 34 33
Octal 303 102 276 0 102 3 30 456 64 63
Binary 11000011 1000010 10111110 0 1000010 11 11000 100101110 110100 110011

Color Harmonies of #C342BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342BE

Black with #C342BE

Text Example


Text Example

White with #C342BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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