Html Css Color HEX #C66FC2 Fuchsia

📋 copy color: '#C66FC2'

red 198 ◦ green 111 ◦ blue 194

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

Shades of Fuchsia #C66FC2

Tints of Fuchsia #C66FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 39.36%
G = 22.07%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C66FC2 (or 0xC66FC2) is known color: Fuchsia. HEX triplet: C6, 6F and C2. RGB value is (198,111,194). Sum of RGB (Red+Green+Blue) = 198+111+194=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C66FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FC2 is #39903D. Grayscale: #929292. Windows color (decimal): -3772478 or 12742598. OLE color: 12742598.

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

Color convert

RGB 198 111 194 -
CMYK 0 0.44 0.02 0.22
HSL 302.76º 0.43% 0.61% -
HSV(B) 302.76º 0.44% 0.78% -
XYZ 38.71 27.27 54.26 -
YUV 146.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 198 111 194 0 0.44 0.02 0.22 302.76 0.43 0.61
Hex C6 6F C2 0 2C 2 16 12F 2B 3D
Octal 306 157 302 0 54 2 26 457 53 75
Binary 11000110 1101111 11000010 0 101100 10 10110 100101111 101011 111101

Color Harmonies of #C66FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66FC2

Black with #C66FC2

Text Example


Text Example

White with #C66FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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