Html Css Color HEX #C338AB Fuchsia

📋 copy color: '#C338AB'

red 195 ◦ green 56 ◦ blue 171

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

Shades of Fuchsia #C338AB

Tints of Fuchsia #C338AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 46.21%
G = 13.27%
B = 40.52%

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

#C338AB (or 0xC338AB) is known color: Fuchsia. HEX triplet: C3, 38 and AB. RGB value is (195,56,171). Sum of RGB (Red+Green+Blue) = 195+56+171=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AB is #3CC754. Grayscale: #6E6E6E. Windows color (decimal): -3983189 or 11221187. OLE color: 11221187.

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

Color convert

RGB 195 56 171 -
CMYK 0 0.71 0.12 0.24
HSL 310.36º 0.55% 0.49% -
HSV(B) 310.36º 0.71% 0.76% -
XYZ 31.27 17.37 40.23 -
YUV 110.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 195 56 171 0 0.71 0.12 0.24 310.36 0.55 0.49
Hex C3 38 AB 0 47 C 18 136 37 31
Octal 303 70 253 0 107 14 30 466 67 61
Binary 11000011 111000 10101011 0 1000111 1100 11000 100110110 110111 110001

Color Harmonies of #C338AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338AB

Black with #C338AB

Text Example


Text Example

White with #C338AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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