Html Css Color HEX #C366B2 Fuchsia

📋 copy color: '#C366B2'

red 195 ◦ green 102 ◦ blue 178

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

Shades of Fuchsia #C366B2

Tints of Fuchsia #C366B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 41.05%
G = 21.47%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C366B2 (or 0xC366B2) is known color: Fuchsia. HEX triplet: C3, 66 and B2. RGB value is (195,102,178). Sum of RGB (Red+Green+Blue) = 195+102+178=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C366B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366B2 is #3C994D. Grayscale: #8A8A8A. Windows color (decimal): -3971406 or 11691715. OLE color: 11691715.

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

Color convert

RGB 195 102 178 -
CMYK 0 0.48 0.09 0.24
HSL 310.97º 0.44% 0.58% -
HSV(B) 310.97º 0.48% 0.76% -
XYZ 35.29 24.32 44.95 -
YUV 138.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 195 102 178 0 0.48 0.09 0.24 310.97 0.44 0.58
Hex C3 66 B2 0 30 9 18 137 2C 3A
Octal 303 146 262 0 60 11 30 467 54 72
Binary 11000011 1100110 10110010 0 110000 1001 11000 100110111 101100 111010

Color Harmonies of #C366B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366B2

Black with #C366B2

Text Example


Text Example

White with #C366B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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