Html Css Color HEX #C641BC Fuchsia

📋 copy color: '#C641BC'

red 198 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #C641BC

Tints of Fuchsia #C641BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.41%

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

R = 43.9%
G = 14.41%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C641BC (or 0xC641BC) is known color: Fuchsia. HEX triplet: C6, 41 and BC. RGB value is (198,65,188). Sum of RGB (Red+Green+Blue) = 198+65+188=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BC is #39BE43. Grayscale: #767676. Windows color (decimal): -3784260 or 12337606. OLE color: 12337606.

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

Color convert

RGB 198 65 188 -
CMYK 0 0.67 0.05 0.22
HSL 304.51º 0.54% 0.52% -
HSV(B) 304.51º 0.67% 0.78% -
XYZ 34.26 19.42 49.52 -
YUV 118.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 198 65 188 0 0.67 0.05 0.22 304.51 0.54 0.52
Hex C6 41 BC 0 43 5 16 131 36 34
Octal 306 101 274 0 103 5 26 461 66 64
Binary 11000110 1000001 10111100 0 1000011 101 10110 100110001 110110 110100

Color Harmonies of #C641BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C641BC

Black with #C641BC

Text Example


Text Example

White with #C641BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C641BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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