Html Css Color HEX #C632B1 Fuchsia

📋 copy color: '#C632B1'

red 198 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #C632B1

Tints of Fuchsia #C632B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.76%

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

R = 46.59%
G = 11.76%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C632B1 (or 0xC632B1) is known color: Fuchsia. HEX triplet: C6, 32 and B1. RGB value is (198,50,177). Sum of RGB (Red+Green+Blue) = 198+50+177=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C632B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C632B1 is #39CD4E. Grayscale: #6C6C6C. Windows color (decimal): -3788111 or 11612870. OLE color: 11612870.

HSL color Cylindrical-coordinate representation of color #C632B1: hue angle of 308.51º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632B1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 177 -
CMYK 0 0.75 0.11 0.22
HSL 308.51º 0.6% 0.49% -
HSV(B) 308.51º 0.75% 0.78% -
XYZ 32.37 17.46 43.26 -
YUV 108.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 198 50 177 0 0.75 0.11 0.22 308.51 0.6 0.49
Hex C6 32 B1 0 4B B 16 135 3C 31
Octal 306 62 261 0 113 13 26 465 74 61
Binary 11000110 110010 10110001 0 1001011 1011 10110 100110101 111100 110001

Color Harmonies of #C632B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632B1

Black with #C632B1

Text Example


Text Example

White with #C632B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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