Html Css Color HEX #C342B7 Fuchsia

📋 copy color: '#C342B7'

red 195 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #C342B7

Tints of Fuchsia #C342B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 43.92%
G = 14.86%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C342B7 (or 0xC342B7) is known color: Fuchsia. HEX triplet: C3, 42 and B7. RGB value is (195,66,183). Sum of RGB (Red+Green+Blue) = 195+66+183=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C342B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342B7 is #3CBD48. Grayscale: #757575. Windows color (decimal): -3980617 or 12010179. OLE color: 12010179.

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

Color convert

RGB 195 66 183 -
CMYK 0 0.66 0.06 0.24
HSL 305.58º 0.52% 0.51% -
HSV(B) 305.58º 0.66% 0.76% -
XYZ 33 18.92 46.71 -
YUV 117.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 195 66 183 0 0.66 0.06 0.24 305.58 0.52 0.51
Hex C3 42 B7 0 42 6 18 132 34 33
Octal 303 102 267 0 102 6 30 462 64 63
Binary 11000011 1000010 10110111 0 1000010 110 11000 100110010 110100 110011

Color Harmonies of #C342B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C342B7

Black with #C342B7

Text Example


Text Example

White with #C342B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C342B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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