Html Css Color HEX #C649CF Fuchsia

📋 copy color: '#C649CF'

red 198 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #C649CF

Tints of Fuchsia #C649CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.27%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 41.42%
G = 15.27%
B = 43.31%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C649CF (or 0xC649CF) is known color: Fuchsia. HEX triplet: C6, 49 and CF. RGB value is (198,73,207). Sum of RGB (Red+Green+Blue) = 198+73+207=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C649CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CF is #39B630. Grayscale: #7D7D7D. Windows color (decimal): -3782193 or 13584838. OLE color: 13584838.

HSL color Cylindrical-coordinate representation of color #C649CF: hue angle of 295.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C649CF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 73 207 -
CMYK 0.04 0.65 0 0.19
HSL 295.97º 0.58% 0.55% -
HSV(B) 295.97º 0.65% 0.81% -
XYZ 36.93 21.28 61.19 -
YUV 125.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 198 73 207 0.04 0.65 0 0.19 295.97 0.58 0.55
Hex C6 49 CF 4 41 0 13 128 3A 37
Octal 306 111 317 4 101 0 23 450 72 67
Binary 11000110 1001001 11001111 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C649CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649CF

Black with #C649CF

Text Example


Text Example

White with #C649CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649CF; }

 p { color: rgb(198,73,207); }

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

background-color css

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

 a { background-color: rgb(198,73,207); }

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

border-color css

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

 span { border-color: rgb(198,73,207); }

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