Html Css Color HEX #C342BC Fuchsia

📋 copy color: '#C342BC'

red 195 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #C342BC

Tints of Fuchsia #C342BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 43.43%
G = 14.7%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C342BC (or 0xC342BC) is known color: Fuchsia. HEX triplet: C3, 42 and BC. RGB value is (195,66,188). Sum of RGB (Red+Green+Blue) = 195+66+188=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BC is #3CBD43. Grayscale: #767676. Windows color (decimal): -3980612 or 12337859. OLE color: 12337859.

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

Color convert

RGB 195 66 188 -
CMYK 0 0.66 0.04 0.24
HSL 303.26º 0.52% 0.51% -
HSV(B) 303.26º 0.66% 0.76% -
XYZ 33.53 19.13 49.5 -
YUV 118.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 195 66 188 0 0.66 0.04 0.24 303.26 0.52 0.51
Hex C3 42 BC 0 42 4 18 12F 34 33
Octal 303 102 274 0 102 4 30 457 64 63
Binary 11000011 1000010 10111100 0 1000010 100 11000 100101111 110100 110011

Color Harmonies of #C342BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342BC

Black with #C342BC

Text Example


Text Example

White with #C342BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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