Html Css Color HEX #C366BF Fuchsia

📋 copy color: '#C366BF'

red 195 ◦ green 102 ◦ blue 191

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

Shades of Fuchsia #C366BF

Tints of Fuchsia #C366BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.14%

R = 39.96%
G = 20.9%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C366BF (or 0xC366BF) is known color: Fuchsia. HEX triplet: C3, 66 and BF. RGB value is (195,102,191). Sum of RGB (Red+Green+Blue) = 195+102+191=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C366BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366BF is #3C9940. Grayscale: #8B8B8B. Windows color (decimal): -3971393 or 12543683. OLE color: 12543683.

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

Color convert

RGB 195 102 191 -
CMYK 0 0.48 0.02 0.24
HSL 302.58º 0.44% 0.58% -
HSV(B) 302.58º 0.48% 0.76% -
XYZ 36.66 24.87 52.16 -
YUV 139.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 195 102 191 0 0.48 0.02 0.24 302.58 0.44 0.58
Hex C3 66 BF 0 30 2 18 12F 2C 3A
Octal 303 146 277 0 60 2 30 457 54 72
Binary 11000011 1100110 10111111 0 110000 10 11000 100101111 101100 111010

Color Harmonies of #C366BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366BF

Black with #C366BF

Text Example


Text Example

White with #C366BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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