Html Css Color HEX #C732BC Fuchsia

📋 copy color: '#C732BC'

red 199 ◦ green 50 ◦ blue 188

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

Shades of Fuchsia #C732BC

Tints of Fuchsia #C732BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 45.54%
G = 11.44%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C732BC (or 0xC732BC) is known color: Fuchsia. HEX triplet: C7, 32 and BC. RGB value is (199,50,188). Sum of RGB (Red+Green+Blue) = 199+50+188=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C732BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732BC is #38CD43. Grayscale: #6D6D6D. Windows color (decimal): -3722564 or 12333767. OLE color: 12333767.

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

Color convert

RGB 199 50 188 -
CMYK 0 0.75 0.06 0.22
HSL 304.43º 0.6% 0.49% -
HSV(B) 304.43º 0.75% 0.78% -
XYZ 33.77 18.05 49.28 -
YUV 110.28 171.86 191.28 -
System Red Green Blue C M Y K H S L
Decimal 199 50 188 0 0.75 0.06 0.22 304.43 0.6 0.49
Hex C7 32 BC 0 4B 6 16 130 3C 31
Octal 307 62 274 0 113 6 26 460 74 61
Binary 11000111 110010 10111100 0 1001011 110 10110 100110000 111100 110001

Color Harmonies of #C732BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732BC

Black with #C732BC

Text Example


Text Example

White with #C732BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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