Html Css Color HEX #C348B9 Fuchsia

📋 copy color: '#C348B9'

red 195 ◦ green 72 ◦ blue 185

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

Shades of Fuchsia #C348B9

Tints of Fuchsia #C348B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 43.14%
G = 15.93%
B = 40.93%

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

#C348B9 (or 0xC348B9) is known color: Fuchsia. HEX triplet: C3, 48 and B9. RGB value is (195,72,185). Sum of RGB (Red+Green+Blue) = 195+72+185=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C348B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348B9 is #3CB746. Grayscale: #797979. Windows color (decimal): -3979079 or 12142787. OLE color: 12142787.

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

Color convert

RGB 195 72 185 -
CMYK 0 0.63 0.05 0.24
HSL 304.88º 0.51% 0.52% -
HSV(B) 304.88º 0.63% 0.76% -
XYZ 33.58 19.74 47.94 -
YUV 121.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 195 72 185 0 0.63 0.05 0.24 304.88 0.51 0.52
Hex C3 48 B9 0 3F 5 18 131 33 34
Octal 303 110 271 0 77 5 30 461 63 64
Binary 11000011 1001000 10111001 0 111111 101 11000 100110001 110011 110100

Color Harmonies of #C348B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348B9

Black with #C348B9

Text Example


Text Example

White with #C348B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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