Html Css Color HEX #C643BF Fuchsia

📋 copy color: '#C643BF'

red 198 ◦ green 67 ◦ blue 191

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

Shades of Fuchsia #C643BF

Tints of Fuchsia #C643BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

 BLUE value IS 191 (75% from 255) = 41.89%

R = 43.42%
G = 14.69%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C643BF (or 0xC643BF) is known color: Fuchsia. HEX triplet: C6, 43 and BF. RGB value is (198,67,191). Sum of RGB (Red+Green+Blue) = 198+67+191=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C643BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643BF is #39BC40. Grayscale: #777777. Windows color (decimal): -3783745 or 12534726. OLE color: 12534726.

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

Color convert

RGB 198 67 191 -
CMYK 0 0.66 0.04 0.22
HSL 303.21º 0.53% 0.52% -
HSV(B) 303.21º 0.66% 0.78% -
XYZ 34.7 19.78 51.28 -
YUV 120.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 198 67 191 0 0.66 0.04 0.22 303.21 0.53 0.52
Hex C6 43 BF 0 42 4 16 12F 35 34
Octal 306 103 277 0 102 4 26 457 65 64
Binary 11000110 1000011 10111111 0 1000010 100 10110 100101111 110101 110100

Color Harmonies of #C643BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643BF

Black with #C643BF

Text Example


Text Example

White with #C643BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643BF; }

 p { color: rgb(198,67,191); }

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

background-color css

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

 a { background-color: rgb(198,67,191); }

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

border-color css

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

 span { border-color: rgb(198,67,191); }

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