Html Css Color HEX #C651BC Fuchsia

📋 copy color: '#C651BC'

red 198 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #C651BC

Tints of Fuchsia #C651BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

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

R = 42.4%
G = 17.34%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C651BC (or 0xC651BC) is known color: Fuchsia. HEX triplet: C6, 51 and BC. RGB value is (198,81,188). Sum of RGB (Red+Green+Blue) = 198+81+188=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C651BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C651BC is #39AE43. Grayscale: #7F7F7F. Windows color (decimal): -3780164 or 12341702. OLE color: 12341702.

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

Color convert

RGB 198 81 188 -
CMYK 0 0.59 0.05 0.22
HSL 305.13º 0.51% 0.55% -
HSV(B) 305.13º 0.59% 0.78% -
XYZ 35.31 21.52 49.87 -
YUV 128.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 198 81 188 0 0.59 0.05 0.22 305.13 0.51 0.55
Hex C6 51 BC 0 3B 5 16 131 33 37
Octal 306 121 274 0 73 5 26 461 63 67
Binary 11000110 1010001 10111100 0 111011 101 10110 100110001 110011 110111

Color Harmonies of #C651BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C651BC

Black with #C651BC

Text Example


Text Example

White with #C651BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C651BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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