Html Css Color HEX #C752CC Fuchsia

📋 copy color: '#C752CC'

red 199 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #C752CC

Tints of Fuchsia #C752CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 41.03%
G = 16.91%
B = 42.06%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C752CC (or 0xC752CC) is known color: Fuchsia. HEX triplet: C7, 52 and CC. RGB value is (199,82,204). Sum of RGB (Red+Green+Blue) = 199+82+204=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C752CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752CC is #38AD33. Grayscale: #828282. Windows color (decimal): -3714356 or 13390535. OLE color: 13390535.

HSL color Cylindrical-coordinate representation of color #C752CC: hue angle of 297.54º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C752CC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 82 204 -
CMYK 0.02 0.60 0 0.2
HSL 297.54º 0.54% 0.56% -
HSV(B) 297.54º 0.6% 0.8% -
XYZ 37.47 22.54 59.5 -
YUV 130.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 199 82 204 0.02 0.60 0 0.2 297.54 0.54 0.56
Hex C7 52 CC 2 3C 0 14 12A 36 38
Octal 307 122 314 2 74 0 24 452 66 70
Binary 11000111 1010010 11001100 10 111100 0 10100 100101010 110110 111000

Color Harmonies of #C752CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752CC

Black with #C752CC

Text Example


Text Example

White with #C752CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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