Html Css Color HEX #C346BB Fuchsia

📋 copy color: '#C346BB'

red 195 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #C346BB

Tints of Fuchsia #C346BB

RGB

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

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

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

R = 43.14%
G = 15.49%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C346BB (or 0xC346BB) is known color: Fuchsia. HEX triplet: C3, 46 and BB. RGB value is (195,70,187). Sum of RGB (Red+Green+Blue) = 195+70+187=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BB is #3CB944. Grayscale: #787878. Windows color (decimal): -3979589 or 12273347. OLE color: 12273347.

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

Color convert

RGB 195 70 187 -
CMYK 0 0.64 0.04 0.24
HSL 303.84º 0.51% 0.52% -
HSV(B) 303.84º 0.64% 0.76% -
XYZ 33.67 19.57 49.02 -
YUV 120.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 195 70 187 0 0.64 0.04 0.24 303.84 0.51 0.52
Hex C3 46 BB 0 40 4 18 130 33 34
Octal 303 106 273 0 100 4 30 460 63 64
Binary 11000011 1000110 10111011 0 1000000 100 11000 100110000 110011 110100

Color Harmonies of #C346BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346BB

Black with #C346BB

Text Example


Text Example

White with #C346BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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