Html Css Color HEX #C649BC Fuchsia

📋 copy color: '#C649BC'

red 198 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C649BC

Tints of Fuchsia #C649BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 43.14%
G = 15.9%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C649BC (or 0xC649BC) is known color: Fuchsia. HEX triplet: C6, 49 and BC. RGB value is (198,73,188). Sum of RGB (Red+Green+Blue) = 198+73+188=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C649BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649BC is #39B643. Grayscale: #7B7B7B. Windows color (decimal): -3782212 or 12339654. OLE color: 12339654.

HSL color Cylindrical-coordinate representation of color #C649BC: hue angle of 304.8º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C649BC is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 188 -
CMYK 0 0.63 0.05 0.22
HSL 304.8º 0.52% 0.53% -
HSV(B) 304.8º 0.63% 0.78% -
XYZ 34.75 20.4 49.68 -
YUV 123.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 198 73 188 0 0.63 0.05 0.22 304.8 0.52 0.53
Hex C6 49 BC 0 3F 5 16 131 34 35
Octal 306 111 274 0 77 5 26 461 64 65
Binary 11000110 1001001 10111100 0 111111 101 10110 100110001 110100 110101

Color Harmonies of #C649BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C649BC

Black with #C649BC

Text Example


Text Example

White with #C649BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C649BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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