Html Css Color HEX #C66FC0 Fuchsia

📋 copy color: '#C66FC0'

red 198 ◦ green 111 ◦ blue 192

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

Shades of Fuchsia #C66FC0

Tints of Fuchsia #C66FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 39.52%
G = 22.16%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C66FC0 (or 0xC66FC0) is known color: Fuchsia. HEX triplet: C6, 6F and C0. RGB value is (198,111,192). Sum of RGB (Red+Green+Blue) = 198+111+192=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FC0 is #39903F. Grayscale: #929292. Windows color (decimal): -3772480 or 12611526. OLE color: 12611526.

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

Color convert

RGB 198 111 192 -
CMYK 0 0.44 0.03 0.22
HSL 304.14º 0.43% 0.61% -
HSV(B) 304.14º 0.44% 0.78% -
XYZ 38.49 27.18 53.09 -
YUV 146.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 198 111 192 0 0.44 0.03 0.22 304.14 0.43 0.61
Hex C6 6F C0 0 2C 3 16 130 2B 3D
Octal 306 157 300 0 54 3 26 460 53 75
Binary 11000110 1101111 11000000 0 101100 11 10110 100110000 101011 111101

Color Harmonies of #C66FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FC0

Black with #C66FC0

Text Example


Text Example

White with #C66FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FC0; }

 p { color: rgb(198,111,192); }

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

background-color css

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

 a { background-color: rgb(198,111,192); }

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

border-color css

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

 span { border-color: rgb(198,111,192); }

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