Html Css Color HEX #C732CD Fuchsia

📋 copy color: '#C732CD'

red 199 ◦ green 50 ◦ blue 205

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

Shades of Fuchsia #C732CD

Tints of Fuchsia #C732CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 43.83%
G = 11.01%
B = 45.15%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C732CD (or 0xC732CD) is known color: Fuchsia. HEX triplet: C7, 32 and CD. RGB value is (199,50,205). Sum of RGB (Red+Green+Blue) = 199+50+205=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #C732CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732CD is #38CD32. Grayscale: #6F6F6F. Windows color (decimal): -3722547 or 13447879. OLE color: 13447879.

HSL color Cylindrical-coordinate representation of color #C732CD: hue angle of 297.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C732CD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 50 205 -
CMYK 0.03 0.76 0 0.20
HSL 297.68º 0.61% 0.5% -
HSV(B) 297.68º 0.76% 0.8% -
XYZ 35.71 18.83 59.51 -
YUV 112.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 199 50 205 0.03 0.76 0 0.20 297.68 0.61 0.5
Hex C7 32 CD 3 4C 0 14 12A 3D 32
Octal 307 62 315 3 114 0 24 452 75 62
Binary 11000111 110010 11001101 11 1001100 0 10100 100101010 111101 110010

Color Harmonies of #C732CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732CD

Black with #C732CD

Text Example


Text Example

White with #C732CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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