Html Css Color HEX #C671BE Fuchsia

📋 copy color: '#C671BE'

red 198 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #C671BE

Tints of Fuchsia #C671BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 39.52%
G = 22.55%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C671BE (or 0xC671BE) is known color: Fuchsia. HEX triplet: C6, 71 and BE. RGB value is (198,113,190). Sum of RGB (Red+Green+Blue) = 198+113+190=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C671BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671BE is #398E41. Grayscale: #929292. Windows color (decimal): -3771970 or 12480966. OLE color: 12480966.

HSL color Cylindrical-coordinate representation of color #C671BE: hue angle of 305.65º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C671BE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 190 -
CMYK 0 0.43 0.04 0.22
HSL 305.65º 0.43% 0.61% -
HSV(B) 305.65º 0.43% 0.78% -
XYZ 38.49 27.53 52 -
YUV 147.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 198 113 190 0 0.43 0.04 0.22 305.65 0.43 0.61
Hex C6 71 BE 0 2B 4 16 132 2B 3D
Octal 306 161 276 0 53 4 26 462 53 75
Binary 11000110 1110001 10111110 0 101011 100 10110 100110010 101011 111101

Color Harmonies of #C671BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671BE

Black with #C671BE

Text Example


Text Example

White with #C671BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671BE; }

 p { color: rgb(198,113,190); }

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

background-color css

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

 a { background-color: rgb(198,113,190); }

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

border-color css

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

 span { border-color: rgb(198,113,190); }

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