Html Css Color HEX #C348B0 Fuchsia

📋 copy color: '#C348B0'

red 195 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #C348B0

Tints of Fuchsia #C348B0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 44.02%
G = 16.25%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C348B0 (or 0xC348B0) is known color: Fuchsia. HEX triplet: C3, 48 and B0. RGB value is (195,72,176). Sum of RGB (Red+Green+Blue) = 195+72+176=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C348B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348B0 is #3CB74F. Grayscale: #787878. Windows color (decimal): -3979088 or 11552963. OLE color: 11552963.

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

Color convert

RGB 195 72 176 -
CMYK 0 0.63 0.10 0.24
HSL 309.27º 0.51% 0.52% -
HSV(B) 309.27º 0.63% 0.76% -
XYZ 32.66 19.37 43.09 -
YUV 120.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 195 72 176 0 0.63 0.10 0.24 309.27 0.51 0.52
Hex C3 48 B0 0 3F A 18 135 33 34
Octal 303 110 260 0 77 12 30 465 63 64
Binary 11000011 1001000 10110000 0 111111 1010 11000 100110101 110011 110100

Color Harmonies of #C348B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348B0

Black with #C348B0

Text Example


Text Example

White with #C348B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348B0; }

 p { color: rgb(195,72,176); }

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

background-color css

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

 a { background-color: rgb(195,72,176); }

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

border-color css

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

 span { border-color: rgb(195,72,176); }

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