Html Css Color HEX #C648CB Fuchsia

📋 copy color: '#C648CB'

red 198 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #C648CB

Tints of Fuchsia #C648CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 41.86%
G = 15.22%
B = 42.92%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C648CB (or 0xC648CB) is known color: Fuchsia. HEX triplet: C6, 48 and CB. RGB value is (198,72,203). Sum of RGB (Red+Green+Blue) = 198+72+203=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C648CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648CB is #39B734. Grayscale: #7C7C7C. Windows color (decimal): -3782453 or 13322438. OLE color: 13322438.

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

Color convert

RGB 198 72 203 -
CMYK 0.02 0.65 0 0.20
HSL 297.71º 0.56% 0.54% -
HSV(B) 297.71º 0.65% 0.8% -
XYZ 36.39 20.95 58.63 -
YUV 124.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 198 72 203 0.02 0.65 0 0.20 297.71 0.56 0.54
Hex C6 48 CB 2 41 0 14 12A 38 36
Octal 306 110 313 2 101 0 24 452 70 66
Binary 11000110 1001000 11001011 10 1000001 0 10100 100101010 111000 110110

Color Harmonies of #C648CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C648CB

Black with #C648CB

Text Example


Text Example

White with #C648CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C648CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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