Html Css Color HEX #C643B1 Fuchsia

📋 copy color: '#C643B1'

red 198 ◦ green 67 ◦ blue 177

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

Shades of Fuchsia #C643B1

Tints of Fuchsia #C643B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 44.8%
G = 15.16%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C643B1 (or 0xC643B1) is known color: Fuchsia. HEX triplet: C6, 43 and B1. RGB value is (198,67,177). Sum of RGB (Red+Green+Blue) = 198+67+177=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C643B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643B1 is #39BC4E. Grayscale: #767676. Windows color (decimal): -3783759 or 11617222. OLE color: 11617222.

HSL color Cylindrical-coordinate representation of color #C643B1: hue angle of 309.62º 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 #C643B1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 177 -
CMYK 0 0.66 0.11 0.22
HSL 309.62º 0.53% 0.52% -
HSV(B) 309.62º 0.66% 0.78% -
XYZ 33.23 19.19 43.55 -
YUV 118.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 198 67 177 0 0.66 0.11 0.22 309.62 0.53 0.52
Hex C6 43 B1 0 42 B 16 136 35 34
Octal 306 103 261 0 102 13 26 466 65 64
Binary 11000110 1000011 10110001 0 1000010 1011 10110 100110110 110101 110100

Color Harmonies of #C643B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643B1

Black with #C643B1

Text Example


Text Example

White with #C643B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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