Html Css Color HEX #C628B1 Fuchsia

📋 copy color: '#C628B1'

red 198 ◦ green 40 ◦ blue 177

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

Shades of Fuchsia #C628B1

Tints of Fuchsia #C628B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.64%

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

R = 47.71%
G = 9.64%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C628B1 (or 0xC628B1) is known color: Fuchsia. HEX triplet: C6, 28 and B1. RGB value is (198,40,177). Sum of RGB (Red+Green+Blue) = 198+40+177=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C628B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C628B1 is #39D74E. Grayscale: #666666. Windows color (decimal): -3790671 or 11610310. OLE color: 11610310.

HSL color Cylindrical-coordinate representation of color #C628B1: hue angle of 307.97º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C628B1 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 177 -
CMYK 0 0.80 0.11 0.22
HSL 307.97º 0.66% 0.47% -
HSV(B) 307.97º 0.8% 0.78% -
XYZ 31.98 16.7 43.13 -
YUV 102.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 198 40 177 0 0.80 0.11 0.22 307.97 0.66 0.47
Hex C6 28 B1 0 50 B 16 134 42 2F
Octal 306 50 261 0 120 13 26 464 102 57
Binary 11000110 101000 10110001 0 1010000 1011 10110 100110100 1000010 101111

Color Harmonies of #C628B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628B1

Black with #C628B1

Text Example


Text Example

White with #C628B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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