Html Css Color HEX #C348BB Fuchsia

📋 copy color: '#C348BB'

red 195 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #C348BB

Tints of Fuchsia #C348BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 42.95%
G = 15.86%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C348BB (or 0xC348BB) is known color: Fuchsia. HEX triplet: C3, 48 and BB. RGB value is (195,72,187). Sum of RGB (Red+Green+Blue) = 195+72+187=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C348BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348BB is #3CB744. Grayscale: #797979. Windows color (decimal): -3979077 or 12273859. OLE color: 12273859.

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

Color convert

RGB 195 72 187 -
CMYK 0 0.63 0.04 0.24
HSL 303.9º 0.51% 0.52% -
HSV(B) 303.9º 0.63% 0.76% -
XYZ 33.79 19.82 49.06 -
YUV 121.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 195 72 187 0 0.63 0.04 0.24 303.9 0.51 0.52
Hex C3 48 BB 0 3F 4 18 130 33 34
Octal 303 110 273 0 77 4 30 460 63 64
Binary 11000011 1001000 10111011 0 111111 100 11000 100110000 110011 110100

Color Harmonies of #C348BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348BB

Black with #C348BB

Text Example


Text Example

White with #C348BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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