Html Css Color HEX #C732B2 Fuchsia

📋 copy color: '#C732B2'

red 199 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #C732B2

Tints of Fuchsia #C732B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 46.6%
G = 11.71%
B = 41.69%

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

#C732B2 (or 0xC732B2) is known color: Fuchsia. HEX triplet: C7, 32 and B2. RGB value is (199,50,178). Sum of RGB (Red+Green+Blue) = 199+50+178=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C732B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732B2 is #38CD4D. Grayscale: #6C6C6C. Windows color (decimal): -3722574 or 11678407. OLE color: 11678407.

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

Color convert

RGB 199 50 178 -
CMYK 0 0.75 0.11 0.22
HSL 308.46º 0.6% 0.49% -
HSV(B) 308.46º 0.75% 0.78% -
XYZ 32.73 17.64 43.8 -
YUV 109.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 199 50 178 0 0.75 0.11 0.22 308.46 0.6 0.49
Hex C7 32 B2 0 4B B 16 134 3C 31
Octal 307 62 262 0 113 13 26 464 74 61
Binary 11000111 110010 10110010 0 1001011 1011 10110 100110100 111100 110001

Color Harmonies of #C732B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732B2

Black with #C732B2

Text Example


Text Example

White with #C732B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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