Html Css Color HEX #C649CB Fuchsia

📋 copy color: '#C649CB'

red 198 ◦ green 73 ◦ blue 203

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

Shades of Fuchsia #C649CB

Tints of Fuchsia #C649CB

RGB

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

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

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

R = 41.77%
G = 15.4%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C649CB (or 0xC649CB) is known color: Fuchsia. HEX triplet: C6, 49 and CB. RGB value is (198,73,203). Sum of RGB (Red+Green+Blue) = 198+73+203=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C649CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CB is #39B634. Grayscale: #7C7C7C. Windows color (decimal): -3782197 or 13322694. OLE color: 13322694.

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

Color convert

RGB 198 73 203 -
CMYK 0.02 0.64 0 0.20
HSL 297.69º 0.56% 0.54% -
HSV(B) 297.69º 0.64% 0.8% -
XYZ 36.45 21.08 58.65 -
YUV 125.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 198 73 203 0.02 0.64 0 0.20 297.69 0.56 0.54
Hex C6 49 CB 2 40 0 14 12A 38 36
Octal 306 111 313 2 100 0 24 452 70 66
Binary 11000110 1001001 11001011 10 1000000 0 10100 100101010 111000 110110

Color Harmonies of #C649CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649CB

Black with #C649CB

Text Example


Text Example

White with #C649CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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