Html Css Color HEX #C338AA Fuchsia

📋 copy color: '#C338AA'

red 195 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #C338AA

Tints of Fuchsia #C338AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 46.32%
G = 13.3%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C338AA (or 0xC338AA) is known color: Fuchsia. HEX triplet: C3, 38 and AA. RGB value is (195,56,170). Sum of RGB (Red+Green+Blue) = 195+56+170=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AA is #3CC755. Grayscale: #6E6E6E. Windows color (decimal): -3983190 or 11155651. OLE color: 11155651.

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

Color convert

RGB 195 56 170 -
CMYK 0 0.71 0.13 0.24
HSL 310.79º 0.55% 0.49% -
HSV(B) 310.79º 0.71% 0.76% -
XYZ 31.18 17.33 39.73 -
YUV 110.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 195 56 170 0 0.71 0.13 0.24 310.79 0.55 0.49
Hex C3 38 AA 0 47 D 18 137 37 31
Octal 303 70 252 0 107 15 30 467 67 61
Binary 11000011 111000 10101010 0 1000111 1101 11000 100110111 110111 110001

Color Harmonies of #C338AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338AA

Black with #C338AA

Text Example


Text Example

White with #C338AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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