Html Css Color HEX #C342BD Fuchsia

📋 copy color: '#C342BD'

red 195 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #C342BD

Tints of Fuchsia #C342BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 43.33%
G = 14.67%
B = 42%

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

#C342BD (or 0xC342BD) is known color: Fuchsia. HEX triplet: C3, 42 and BD. RGB value is (195,66,189). Sum of RGB (Red+Green+Blue) = 195+66+189=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BD is #3CBD42. Grayscale: #767676. Windows color (decimal): -3980611 or 12403395. OLE color: 12403395.

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

Color convert

RGB 195 66 189 -
CMYK 0 0.66 0.03 0.24
HSL 302.79º 0.52% 0.51% -
HSV(B) 302.79º 0.66% 0.76% -
XYZ 33.64 19.17 50.07 -
YUV 118.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 195 66 189 0 0.66 0.03 0.24 302.79 0.52 0.51
Hex C3 42 BD 0 42 3 18 12F 34 33
Octal 303 102 275 0 102 3 30 457 64 63
Binary 11000011 1000010 10111101 0 1000010 11 11000 100101111 110100 110011

Color Harmonies of #C342BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342BD

Black with #C342BD

Text Example


Text Example

White with #C342BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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