Html Css Color HEX #C648CF Fuchsia

📋 copy color: '#C648CF'

red 198 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #C648CF

Tints of Fuchsia #C648CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.09%

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

R = 41.51%
G = 15.09%
B = 43.4%

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

#C648CF (or 0xC648CF) is known color: Fuchsia. HEX triplet: C6, 48 and CF. RGB value is (198,72,207). Sum of RGB (Red+Green+Blue) = 198+72+207=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C648CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648CF is #39B730. Grayscale: #7C7C7C. Windows color (decimal): -3782449 or 13584582. OLE color: 13584582.

HSL color Cylindrical-coordinate representation of color #C648CF: hue angle of 296º 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 #C648CF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 72 207 -
CMYK 0.04 0.65 0 0.19
HSL 296º 0.58% 0.55% -
HSV(B) 296º 0.65% 0.81% -
XYZ 36.87 21.15 61.17 -
YUV 125.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 198 72 207 0.04 0.65 0 0.19 296 0.58 0.55
Hex C6 48 CF 4 41 0 13 128 3A 37
Octal 306 110 317 4 101 0 23 450 72 67
Binary 11000110 1001000 11001111 100 1000001 0 10011 100101000 111010 110111

Color Harmonies of #C648CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648CF

Black with #C648CF

Text Example


Text Example

White with #C648CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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