Html Css Color HEX #C752CF Fuchsia

📋 copy color: '#C752CF'

red 199 ◦ green 82 ◦ blue 207

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

Shades of Fuchsia #C752CF

Tints of Fuchsia #C752CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 40.78%
G = 16.8%
B = 42.42%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C752CF (or 0xC752CF) is known color: Fuchsia. HEX triplet: C7, 52 and CF. RGB value is (199,82,207). Sum of RGB (Red+Green+Blue) = 199+82+207=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C752CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752CF is #38AD30. Grayscale: #828282. Windows color (decimal): -3714353 or 13587143. OLE color: 13587143.

HSL color Cylindrical-coordinate representation of color #C752CF: hue angle of 296.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C752CF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 82 207 -
CMYK 0.04 0.60 0 0.19
HSL 296.16º 0.57% 0.57% -
HSV(B) 296.16º 0.6% 0.81% -
XYZ 37.83 22.68 61.42 -
YUV 131.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 199 82 207 0.04 0.60 0 0.19 296.16 0.57 0.57
Hex C7 52 CF 4 3C 0 13 128 39 39
Octal 307 122 317 4 74 0 23 450 71 71
Binary 11000111 1010010 11001111 100 111100 0 10011 100101000 111001 111001

Color Harmonies of #C752CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752CF

Black with #C752CF

Text Example


Text Example

White with #C752CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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