Html Css Color HEX #C344BB Fuchsia

📋 copy color: '#C344BB'

red 195 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #C344BB

Tints of Fuchsia #C344BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.11%

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

R = 43.33%
G = 15.11%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C344BB (or 0xC344BB) is known color: Fuchsia. HEX triplet: C3, 44 and BB. RGB value is (195,68,187). Sum of RGB (Red+Green+Blue) = 195+68+187=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BB is #3CBB44. Grayscale: #777777. Windows color (decimal): -3980101 or 12272835. OLE color: 12272835.

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

Color convert

RGB 195 68 187 -
CMYK 0 0.65 0.04 0.24
HSL 303.78º 0.51% 0.52% -
HSV(B) 303.78º 0.65% 0.76% -
XYZ 33.54 19.32 48.98 -
YUV 119.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 195 68 187 0 0.65 0.04 0.24 303.78 0.51 0.52
Hex C3 44 BB 0 41 4 18 130 33 34
Octal 303 104 273 0 101 4 30 460 63 64
Binary 11000011 1000100 10111011 0 1000001 100 11000 100110000 110011 110100

Color Harmonies of #C344BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344BB

Black with #C344BB

Text Example


Text Example

White with #C344BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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