Html Css Color HEX #C732BE Fuchsia

📋 copy color: '#C732BE'

red 199 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #C732BE

Tints of Fuchsia #C732BE

RGB

 RED value IS 199 (78.13% from 255) = 45.33%

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

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

R = 45.33%
G = 11.39%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C732BE (or 0xC732BE) is known color: Fuchsia. HEX triplet: C7, 32 and BE. RGB value is (199,50,190). Sum of RGB (Red+Green+Blue) = 199+50+190=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C732BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732BE is #38CD41. Grayscale: #6E6E6E. Windows color (decimal): -3722562 or 12464839. OLE color: 12464839.

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

Color convert

RGB 199 50 190 -
CMYK 0 0.75 0.05 0.22
HSL 303.62º 0.6% 0.49% -
HSV(B) 303.62º 0.75% 0.78% -
XYZ 33.99 18.14 50.43 -
YUV 110.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 199 50 190 0 0.75 0.05 0.22 303.62 0.6 0.49
Hex C7 32 BE 0 4B 5 16 130 3C 31
Octal 307 62 276 0 113 5 26 460 74 61
Binary 11000111 110010 10111110 0 1001011 101 10110 100110000 111100 110001

Color Harmonies of #C732BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732BE

Black with #C732BE

Text Example


Text Example

White with #C732BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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