Html Css Color HEX #C752CE Fuchsia

📋 copy color: '#C752CE'

red 199 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #C752CE

Tints of Fuchsia #C752CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 40.86%
G = 16.84%
B = 42.3%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C752CE (or 0xC752CE) is known color: Fuchsia. HEX triplet: C7, 52 and CE. RGB value is (199,82,206). Sum of RGB (Red+Green+Blue) = 199+82+206=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C752CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752CE is #38AD31. Grayscale: #828282. Windows color (decimal): -3714354 or 13521607. OLE color: 13521607.

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

Color convert

RGB 199 82 206 -
CMYK 0.03 0.60 0 0.19
HSL 296.61º 0.56% 0.56% -
HSV(B) 296.61º 0.6% 0.81% -
XYZ 37.71 22.63 60.77 -
YUV 131.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 199 82 206 0.03 0.60 0 0.19 296.61 0.56 0.56
Hex C7 52 CE 3 3C 0 13 129 38 38
Octal 307 122 316 3 74 0 23 451 70 70
Binary 11000111 1010010 11001110 11 111100 0 10011 100101001 111000 111000

Color Harmonies of #C752CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752CE

Black with #C752CE

Text Example


Text Example

White with #C752CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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