Html Css Color HEX #C346B8 Fuchsia

📋 copy color: '#C346B8'

red 195 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #C346B8

Tints of Fuchsia #C346B8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 43.43%
G = 15.59%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C346B8 (or 0xC346B8) is known color: Fuchsia. HEX triplet: C3, 46 and B8. RGB value is (195,70,184). Sum of RGB (Red+Green+Blue) = 195+70+184=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C346B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346B8 is #3CB947. Grayscale: #787878. Windows color (decimal): -3979592 or 12076739. OLE color: 12076739.

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

Color convert

RGB 195 70 184 -
CMYK 0 0.64 0.06 0.24
HSL 305.28º 0.51% 0.52% -
HSV(B) 305.28º 0.64% 0.76% -
XYZ 33.35 19.44 47.34 -
YUV 120.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 195 70 184 0 0.64 0.06 0.24 305.28 0.51 0.52
Hex C3 46 B8 0 40 6 18 131 33 34
Octal 303 106 270 0 100 6 30 461 63 64
Binary 11000011 1000110 10111000 0 1000000 110 11000 100110001 110011 110100

Color Harmonies of #C346B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346B8

Black with #C346B8

Text Example


Text Example

White with #C346B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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