Html Css Color HEX #C632BE Fuchsia

📋 copy color: '#C632BE'

red 198 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #C632BE

Tints of Fuchsia #C632BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 45.21%
G = 11.42%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C632BE (or 0xC632BE) is known color: Fuchsia. HEX triplet: C6, 32 and BE. RGB value is (198,50,190). Sum of RGB (Red+Green+Blue) = 198+50+190=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C632BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632BE is #39CD41. Grayscale: #6D6D6D. Windows color (decimal): -3788098 or 12464838. OLE color: 12464838.

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

Color convert

RGB 198 50 190 -
CMYK 0 0.75 0.04 0.22
HSL 303.24º 0.6% 0.49% -
HSV(B) 303.24º 0.75% 0.78% -
XYZ 33.72 18 50.41 -
YUV 110.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 198 50 190 0 0.75 0.04 0.22 303.24 0.6 0.49
Hex C6 32 BE 0 4B 4 16 12F 3C 31
Octal 306 62 276 0 113 4 26 457 74 61
Binary 11000110 110010 10111110 0 1001011 100 10110 100101111 111100 110001

Color Harmonies of #C632BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C632BE

Black with #C632BE

Text Example


Text Example

White with #C632BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C632BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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