Html Css Color HEX #C664C2 Fuchsia

📋 copy color: '#C664C2'

red 198 ◦ green 100 ◦ blue 194

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

Shades of Fuchsia #C664C2

Tints of Fuchsia #C664C2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

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

R = 40.24%
G = 20.33%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C664C2 (or 0xC664C2) is known color: Fuchsia. HEX triplet: C6, 64 and C2. RGB value is (198,100,194). Sum of RGB (Red+Green+Blue) = 198+100+194=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C664C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664C2 is #399B3D. Grayscale: #8B8B8B. Windows color (decimal): -3775294 or 12739782. OLE color: 12739782.

HSL color Cylindrical-coordinate representation of color #C664C2: hue angle of 302.45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664C2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 194 -
CMYK 0 0.49 0.02 0.22
HSL 302.45º 0.46% 0.58% -
HSV(B) 302.45º 0.49% 0.78% -
XYZ 37.58 25.02 53.89 -
YUV 140.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 198 100 194 0 0.49 0.02 0.22 302.45 0.46 0.58
Hex C6 64 C2 0 31 2 16 12E 2E 3A
Octal 306 144 302 0 61 2 26 456 56 72
Binary 11000110 1100100 11000010 0 110001 10 10110 100101110 101110 111010

Color Harmonies of #C664C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664C2

Black with #C664C2

Text Example


Text Example

White with #C664C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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