Html Css Color HEX #C732D2 Fuchsia

📋 copy color: '#C732D2'

red 199 ◦ green 50 ◦ blue 210

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

Shades of Fuchsia #C732D2

Tints of Fuchsia #C732D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.75%

R = 43.36%
G = 10.89%
B = 45.75%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C732D2 (or 0xC732D2) is known color: Fuchsia. HEX triplet: C7, 32 and D2. RGB value is (199,50,210). Sum of RGB (Red+Green+Blue) = 199+50+210=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #C732D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732D2 is #38CD2D. Grayscale: #707070. Windows color (decimal): -3722542 or 13775559. OLE color: 13775559.

HSL color Cylindrical-coordinate representation of color #C732D2: hue angle of 295.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C732D2 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 50 210 -
CMYK 0.05 0.76 0 0.18
HSL 295.88º 0.64% 0.51% -
HSV(B) 295.88º 0.76% 0.82% -
XYZ 36.33 19.08 62.74 -
YUV 112.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 199 50 210 0.05 0.76 0 0.18 295.88 0.64 0.51
Hex C7 32 D2 5 4C 0 12 128 40 33
Octal 307 62 322 5 114 0 22 450 100 63
Binary 11000111 110010 11010010 101 1001100 0 10010 100101000 1000000 110011

Color Harmonies of #C732D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732D2

Black with #C732D2

Text Example


Text Example

White with #C732D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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