Html Css Color HEX #C338BA Fuchsia

📋 copy color: '#C338BA'

red 195 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #C338BA

Tints of Fuchsia #C338BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 44.62%
G = 12.81%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C338BA (or 0xC338BA) is known color: Fuchsia. HEX triplet: C3, 38 and BA. RGB value is (195,56,186). Sum of RGB (Red+Green+Blue) = 195+56+186=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C338BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338BA is #3CC745. Grayscale: #707070. Windows color (decimal): -3983174 or 12204227. OLE color: 12204227.

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

Color convert

RGB 195 56 186 -
CMYK 0 0.71 0.05 0.24
HSL 303.88º 0.55% 0.49% -
HSV(B) 303.88º 0.71% 0.76% -
XYZ 32.78 17.98 48.2 -
YUV 112.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 195 56 186 0 0.71 0.05 0.24 303.88 0.55 0.49
Hex C3 38 BA 0 47 5 18 130 37 31
Octal 303 70 272 0 107 5 30 460 67 61
Binary 11000011 111000 10111010 0 1000111 101 11000 100110000 110111 110001

Color Harmonies of #C338BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338BA

Black with #C338BA

Text Example


Text Example

White with #C338BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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