Html Css Color HEX #C349BA Fuchsia

📋 copy color: '#C349BA'

red 195 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #C349BA

Tints of Fuchsia #C349BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 42.95%
G = 16.08%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C349BA (or 0xC349BA) is known color: Fuchsia. HEX triplet: C3, 49 and BA. RGB value is (195,73,186). Sum of RGB (Red+Green+Blue) = 195+73+186=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BA is #3CB645. Grayscale: #7A7A7A. Windows color (decimal): -3978822 or 12208579. OLE color: 12208579.

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

Color convert

RGB 195 73 186 -
CMYK 0 0.63 0.05 0.24
HSL 304.43º 0.5% 0.53% -
HSV(B) 304.43º 0.63% 0.76% -
XYZ 33.75 19.91 48.52 -
YUV 122.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 195 73 186 0 0.63 0.05 0.24 304.43 0.5 0.53
Hex C3 49 BA 0 3F 5 18 130 32 35
Octal 303 111 272 0 77 5 30 460 62 65
Binary 11000011 1001001 10111010 0 111111 101 11000 100110000 110010 110101

Color Harmonies of #C349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C349BA

Black with #C349BA

Text Example


Text Example

White with #C349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C349BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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