Html Css Color HEX #C752BE Fuchsia

📋 copy color: '#C752BE'

red 199 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #C752BE

Tints of Fuchsia #C752BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 42.25%
G = 17.41%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C752BE (or 0xC752BE) is known color: Fuchsia. HEX triplet: C7, 52 and BE. RGB value is (199,82,190). Sum of RGB (Red+Green+Blue) = 199+82+190=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C752BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752BE is #38AD41. Grayscale: #808080. Windows color (decimal): -3714370 or 12473031. OLE color: 12473031.

HSL color Cylindrical-coordinate representation of color #C752BE: hue angle of 304.62º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752BE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 190 -
CMYK 0 0.59 0.05 0.22
HSL 304.62º 0.51% 0.55% -
HSV(B) 304.62º 0.59% 0.78% -
XYZ 35.86 21.89 51.05 -
YUV 129.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 199 82 190 0 0.59 0.05 0.22 304.62 0.51 0.55
Hex C7 52 BE 0 3B 5 16 131 33 37
Octal 307 122 276 0 73 5 26 461 63 67
Binary 11000111 1010010 10111110 0 111011 101 10110 100110001 110011 110111

Color Harmonies of #C752BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752BE

Black with #C752BE

Text Example


Text Example

White with #C752BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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