Html Css Color HEX #C650BC Fuchsia

📋 copy color: '#C650BC'

red 198 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #C650BC

Tints of Fuchsia #C650BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 42.49%
G = 17.17%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C650BC (or 0xC650BC) is known color: Fuchsia. HEX triplet: C6, 50 and BC. RGB value is (198,80,188). Sum of RGB (Red+Green+Blue) = 198+80+188=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C650BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650BC is #39AF43. Grayscale: #7F7F7F. Windows color (decimal): -3780420 or 12341446. OLE color: 12341446.

HSL color Cylindrical-coordinate representation of color #C650BC: hue angle of 305.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650BC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 188 -
CMYK 0 0.60 0.05 0.22
HSL 305.08º 0.51% 0.55% -
HSV(B) 305.08º 0.6% 0.78% -
XYZ 35.23 21.37 49.85 -
YUV 127.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 198 80 188 0 0.60 0.05 0.22 305.08 0.51 0.55
Hex C6 50 BC 0 3C 5 16 131 33 37
Octal 306 120 274 0 74 5 26 461 63 67
Binary 11000110 1010000 10111100 0 111100 101 10110 100110001 110011 110111

Color Harmonies of #C650BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C650BC

Black with #C650BC

Text Example


Text Example

White with #C650BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C650BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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