Html Css Color HEX #C732B5 Fuchsia

📋 copy color: '#C732B5'

red 199 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #C732B5

Tints of Fuchsia #C732B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 46.28%
G = 11.63%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C732B5 (or 0xC732B5) is known color: Fuchsia. HEX triplet: C7, 32 and B5. RGB value is (199,50,181). Sum of RGB (Red+Green+Blue) = 199+50+181=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C732B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732B5 is #38CD4A. Grayscale: #6D6D6D. Windows color (decimal): -3722571 or 11875015. OLE color: 11875015.

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

Color convert

RGB 199 50 181 -
CMYK 0 0.75 0.09 0.22
HSL 307.25º 0.6% 0.49% -
HSV(B) 307.25º 0.75% 0.78% -
XYZ 33.03 17.76 45.4 -
YUV 109.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 199 50 181 0 0.75 0.09 0.22 307.25 0.6 0.49
Hex C7 32 B5 0 4B 9 16 133 3C 31
Octal 307 62 265 0 113 11 26 463 74 61
Binary 11000111 110010 10110101 0 1001011 1001 10110 100110011 111100 110001

Color Harmonies of #C732B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732B5

Black with #C732B5

Text Example


Text Example

White with #C732B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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