Html Css Color HEX #C334AC Fuchsia

📋 copy color: '#C334AC'

red 195 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #C334AC

Tints of Fuchsia #C334AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 46.54%
G = 12.41%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C334AC (or 0xC334AC) is known color: Fuchsia. HEX triplet: C3, 34 and AC. RGB value is (195,52,172). Sum of RGB (Red+Green+Blue) = 195+52+172=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C334AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C334AC is #3CCB53. Grayscale: #6C6C6C. Windows color (decimal): -3984212 or 11285699. OLE color: 11285699.

HSL color Cylindrical-coordinate representation of color #C334AC: hue angle of 309.65º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C334AC is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 52 172 -
CMYK 0 0.73 0.12 0.24
HSL 309.65º 0.58% 0.48% -
HSV(B) 309.65º 0.73% 0.76% -
XYZ 31.18 17.04 40.67 -
YUV 108.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 195 52 172 0 0.73 0.12 0.24 309.65 0.58 0.48
Hex C3 34 AC 0 49 C 18 136 3A 30
Octal 303 64 254 0 111 14 30 466 72 60
Binary 11000011 110100 10101100 0 1001001 1100 11000 100110110 111010 110000

Color Harmonies of #C334AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334AC

Black with #C334AC

Text Example


Text Example

White with #C334AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334AC; }

 p { color: rgb(195,52,172); }

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

background-color css

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

 a { background-color: rgb(195,52,172); }

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

border-color css

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

 span { border-color: rgb(195,52,172); }

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