Html Css Color HEX #C344B9 Fuchsia

📋 copy color: '#C344B9'

red 195 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #C344B9

Tints of Fuchsia #C344B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 43.53%
G = 15.18%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C344B9 (or 0xC344B9) is known color: Fuchsia. HEX triplet: C3, 44 and B9. RGB value is (195,68,185). Sum of RGB (Red+Green+Blue) = 195+68+185=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C344B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344B9 is #3CBB46. Grayscale: #767676. Windows color (decimal): -3980103 or 12141763. OLE color: 12141763.

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

Color convert

RGB 195 68 185 -
CMYK 0 0.65 0.05 0.24
HSL 304.72º 0.51% 0.52% -
HSV(B) 304.72º 0.65% 0.76% -
XYZ 33.33 19.24 47.86 -
YUV 119.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 195 68 185 0 0.65 0.05 0.24 304.72 0.51 0.52
Hex C3 44 B9 0 41 5 18 131 33 34
Octal 303 104 271 0 101 5 30 461 63 64
Binary 11000011 1000100 10111001 0 1000001 101 11000 100110001 110011 110100

Color Harmonies of #C344B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344B9

Black with #C344B9

Text Example


Text Example

White with #C344B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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