Html Css Color HEX #C346BC Fuchsia

📋 copy color: '#C346BC'

red 195 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #C346BC

Tints of Fuchsia #C346BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 43.05%
G = 15.45%
B = 41.5%

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

#C346BC (or 0xC346BC) is known color: Fuchsia. HEX triplet: C3, 46 and BC. RGB value is (195,70,188). Sum of RGB (Red+Green+Blue) = 195+70+188=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BC is #3CB943. Grayscale: #787878. Windows color (decimal): -3979588 or 12338883. OLE color: 12338883.

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

Color convert

RGB 195 70 188 -
CMYK 0 0.64 0.04 0.24
HSL 303.36º 0.51% 0.52% -
HSV(B) 303.36º 0.64% 0.76% -
XYZ 33.77 19.61 49.58 -
YUV 120.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 195 70 188 0 0.64 0.04 0.24 303.36 0.51 0.52
Hex C3 46 BC 0 40 4 18 12F 33 34
Octal 303 106 274 0 100 4 30 457 63 64
Binary 11000011 1000110 10111100 0 1000000 100 11000 100101111 110011 110100

Color Harmonies of #C346BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346BC

Black with #C346BC

Text Example


Text Example

White with #C346BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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