Html Css Color HEX #C338AC Fuchsia

📋 copy color: '#C338AC'

red 195 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #C338AC

Tints of Fuchsia #C338AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

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

R = 46.1%
G = 13.24%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C338AC (or 0xC338AC) is known color: Fuchsia. HEX triplet: C3, 38 and AC. RGB value is (195,56,172). Sum of RGB (Red+Green+Blue) = 195+56+172=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AC is #3CC753. Grayscale: #6E6E6E. Windows color (decimal): -3983188 or 11286723. OLE color: 11286723.

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

Color convert

RGB 195 56 172 -
CMYK 0 0.71 0.12 0.24
HSL 309.93º 0.55% 0.49% -
HSV(B) 309.93º 0.71% 0.76% -
XYZ 31.37 17.41 40.74 -
YUV 110.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 195 56 172 0 0.71 0.12 0.24 309.93 0.55 0.49
Hex C3 38 AC 0 47 C 18 136 37 31
Octal 303 70 254 0 107 14 30 466 67 61
Binary 11000011 111000 10101100 0 1000111 1100 11000 100110110 110111 110001

Color Harmonies of #C338AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338AC

Black with #C338AC

Text Example


Text Example

White with #C338AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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