Html Css Color HEX #C349BD Fuchsia

📋 copy color: '#C349BD'

red 195 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #C349BD

Tints of Fuchsia #C349BD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.97%

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

R = 42.67%
G = 15.97%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C349BD (or 0xC349BD) is known color: Fuchsia. HEX triplet: C3, 49 and BD. RGB value is (195,73,189). Sum of RGB (Red+Green+Blue) = 195+73+189=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BD is #3CB642. Grayscale: #7A7A7A. Windows color (decimal): -3978819 or 12405187. OLE color: 12405187.

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

Color convert

RGB 195 73 189 -
CMYK 0 0.63 0.03 0.24
HSL 302.95º 0.5% 0.53% -
HSV(B) 302.95º 0.63% 0.76% -
XYZ 34.07 20.04 50.22 -
YUV 122.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 195 73 189 0 0.63 0.03 0.24 302.95 0.5 0.53
Hex C3 49 BD 0 3F 3 18 12F 32 35
Octal 303 111 275 0 77 3 30 457 62 65
Binary 11000011 1001001 10111101 0 111111 11 11000 100101111 110010 110101

Color Harmonies of #C349BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349BD

Black with #C349BD

Text Example


Text Example

White with #C349BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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