Html Css Color HEX #C66CB4 Fuchsia

📋 copy color: '#C66CB4'

red 198 ◦ green 108 ◦ blue 180

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

Shades of Fuchsia #C66CB4

Tints of Fuchsia #C66CB4

RGB

 RED value IS 198 (77.73% from 255) = 40.74%

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 40.74%
G = 22.22%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C66CB4 (or 0xC66CB4) is known color: Fuchsia. HEX triplet: C6, 6C and B4. RGB value is (198,108,180). Sum of RGB (Red+Green+Blue) = 198+108+180=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CB4 is #39934B. Grayscale: #8E8E8E. Windows color (decimal): -3773260 or 11824326. OLE color: 11824326.

HSL color Cylindrical-coordinate representation of color #C66CB4: hue angle of 312º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66CB4 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 180 -
CMYK 0 0.45 0.09 0.22
HSL 312º 0.44% 0.6% -
HSV(B) 312º 0.45% 0.78% -
XYZ 36.89 26.03 46.26 -
YUV 143.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 198 108 180 0 0.45 0.09 0.22 312 0.44 0.6
Hex C6 6C B4 0 2D 9 16 138 2C 3C
Octal 306 154 264 0 55 11 26 470 54 74
Binary 11000110 1101100 10110100 0 101101 1001 10110 100111000 101100 111100

Color Harmonies of #C66CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CB4

Black with #C66CB4

Text Example


Text Example

White with #C66CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CB4; }

 p { color: rgb(198,108,180); }

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

background-color css

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

 a { background-color: rgb(198,108,180); }

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

border-color css

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

 span { border-color: rgb(198,108,180); }

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