Html Css Color HEX #C648CC Fuchsia

📋 copy color: '#C648CC'

red 198 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C648CC

Tints of Fuchsia #C648CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 41.77%
G = 15.19%
B = 43.04%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C648CC (or 0xC648CC) is known color: Fuchsia. HEX triplet: C6, 48 and CC. RGB value is (198,72,204). Sum of RGB (Red+Green+Blue) = 198+72+204=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C648CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648CC is #39B733. Grayscale: #7C7C7C. Windows color (decimal): -3782452 or 13387974. OLE color: 13387974.

HSL color Cylindrical-coordinate representation of color #C648CC: hue angle of 297.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C648CC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 72 204 -
CMYK 0.03 0.65 0 0.2
HSL 297.27º 0.56% 0.54% -
HSV(B) 297.27º 0.65% 0.8% -
XYZ 36.51 21 59.26 -
YUV 124.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 198 72 204 0.03 0.65 0 0.2 297.27 0.56 0.54
Hex C6 48 CC 3 41 0 14 129 38 36
Octal 306 110 314 3 101 0 24 451 70 66
Binary 11000110 1001000 11001100 11 1000001 0 10100 100101001 111000 110110

Color Harmonies of #C648CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648CC

Black with #C648CC

Text Example


Text Example

White with #C648CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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