Html Css Color HEX #C347BD Fuchsia

📋 copy color: '#C347BD'

red 195 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #C347BD

Tints of Fuchsia #C347BD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.6%

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

R = 42.86%
G = 15.6%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C347BD (or 0xC347BD) is known color: Fuchsia. HEX triplet: C3, 47 and BD. RGB value is (195,71,189). Sum of RGB (Red+Green+Blue) = 195+71+189=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BD is #3CB842. Grayscale: #797979. Windows color (decimal): -3979331 or 12404675. OLE color: 12404675.

HSL color Cylindrical-coordinate representation of color #C347BD: hue angle of 302.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C347BD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 189 -
CMYK 0 0.64 0.03 0.24
HSL 302.9º 0.51% 0.52% -
HSV(B) 302.9º 0.64% 0.76% -
XYZ 33.94 19.78 50.17 -
YUV 121.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 195 71 189 0 0.64 0.03 0.24 302.9 0.51 0.52
Hex C3 47 BD 0 40 3 18 12F 33 34
Octal 303 107 275 0 100 3 30 457 63 64
Binary 11000011 1000111 10111101 0 1000000 11 11000 100101111 110011 110100

Color Harmonies of #C347BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C347BD

Black with #C347BD

Text Example


Text Example

White with #C347BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C347BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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