Html Css Color HEX #C348B8 Fuchsia

📋 copy color: '#C348B8'

red 195 ◦ green 72 ◦ blue 184

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

Shades of Fuchsia #C348B8

Tints of Fuchsia #C348B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 43.24%
G = 15.96%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C348B8 (or 0xC348B8) is known color: Fuchsia. HEX triplet: C3, 48 and B8. RGB value is (195,72,184). Sum of RGB (Red+Green+Blue) = 195+72+184=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C348B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348B8 is #3CB747. Grayscale: #797979. Windows color (decimal): -3979080 or 12077251. OLE color: 12077251.

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

Color convert

RGB 195 72 184 -
CMYK 0 0.63 0.06 0.24
HSL 305.37º 0.51% 0.52% -
HSV(B) 305.37º 0.63% 0.76% -
XYZ 33.47 19.7 47.39 -
YUV 121.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 195 72 184 0 0.63 0.06 0.24 305.37 0.51 0.52
Hex C3 48 B8 0 3F 6 18 131 33 34
Octal 303 110 270 0 77 6 30 461 63 64
Binary 11000011 1001000 10111000 0 111111 110 11000 100110001 110011 110100

Color Harmonies of #C348B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C348B8

Black with #C348B8

Text Example


Text Example

White with #C348B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C348B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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