Html Css Color HEX #C752D0 Fuchsia

📋 copy color: '#C752D0'

red 199 ◦ green 82 ◦ blue 208

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

Shades of Fuchsia #C752D0

Tints of Fuchsia #C752D0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.77%

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 40.7%
G = 16.77%
B = 42.54%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C752D0 (or 0xC752D0) is known color: Fuchsia. HEX triplet: C7, 52 and D0. RGB value is (199,82,208). Sum of RGB (Red+Green+Blue) = 199+82+208=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C752D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752D0 is #38AD2F. Grayscale: #828282. Windows color (decimal): -3714352 or 13652679. OLE color: 13652679.

HSL color Cylindrical-coordinate representation of color #C752D0: hue angle of 295.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C752D0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 82 208 -
CMYK 0.04 0.61 0 0.18
HSL 295.71º 0.57% 0.57% -
HSV(B) 295.71º 0.61% 0.82% -
XYZ 37.96 22.73 62.06 -
YUV 131.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 199 82 208 0.04 0.61 0 0.18 295.71 0.57 0.57
Hex C7 52 D0 4 3D 0 12 128 39 39
Octal 307 122 320 4 75 0 22 450 71 71
Binary 11000111 1010010 11010000 100 111101 0 10010 100101000 111001 111001

Color Harmonies of #C752D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752D0

Black with #C752D0

Text Example


Text Example

White with #C752D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752D0; }

 p { color: rgb(199,82,208); }

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

background-color css

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

 a { background-color: rgb(199,82,208); }

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

border-color css

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

 span { border-color: rgb(199,82,208); }

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