Html Css Color HEX #C330AC Fuchsia

📋 copy color: '#C330AC'

red 195 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #C330AC

Tints of Fuchsia #C330AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.57%

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

R = 46.99%
G = 11.57%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C330AC (or 0xC330AC) is known color: Fuchsia. HEX triplet: C3, 30 and AC. RGB value is (195,48,172). Sum of RGB (Red+Green+Blue) = 195+48+172=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C330AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330AC is #3CCF53. Grayscale: #696969. Windows color (decimal): -3985236 or 11284675. OLE color: 11284675.

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

Color convert

RGB 195 48 172 -
CMYK 0 0.75 0.12 0.24
HSL 309.39º 0.6% 0.48% -
HSV(B) 309.39º 0.75% 0.76% -
XYZ 31.01 16.69 40.62 -
YUV 106.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 195 48 172 0 0.75 0.12 0.24 309.39 0.6 0.48
Hex C3 30 AC 0 4B C 18 135 3C 30
Octal 303 60 254 0 113 14 30 465 74 60
Binary 11000011 110000 10101100 0 1001011 1100 11000 100110101 111100 110000

Color Harmonies of #C330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330AC

Black with #C330AC

Text Example


Text Example

White with #C330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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