Html Css Color HEX #C366BA Fuchsia

📋 copy color: '#C366BA'

red 195 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C366BA

Tints of Fuchsia #C366BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.12%

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

R = 40.37%
G = 21.12%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C366BA (or 0xC366BA) is known color: Fuchsia. HEX triplet: C3, 66 and BA. RGB value is (195,102,186). Sum of RGB (Red+Green+Blue) = 195+102+186=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C366BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366BA is #3C9945. Grayscale: #8B8B8B. Windows color (decimal): -3971398 or 12216003. OLE color: 12216003.

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

Color convert

RGB 195 102 186 -
CMYK 0 0.48 0.05 0.24
HSL 305.81º 0.44% 0.58% -
HSV(B) 305.81º 0.48% 0.76% -
XYZ 36.12 24.65 49.31 -
YUV 139.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 195 102 186 0 0.48 0.05 0.24 305.81 0.44 0.58
Hex C3 66 BA 0 30 5 18 132 2C 3A
Octal 303 146 272 0 60 5 30 462 54 72
Binary 11000011 1100110 10111010 0 110000 101 11000 100110010 101100 111010

Color Harmonies of #C366BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366BA

Black with #C366BA

Text Example


Text Example

White with #C366BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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