Html Css Color HEX #C752C8 Fuchsia

📋 copy color: '#C752C8'

red 199 ◦ green 82 ◦ blue 200

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

Shades of Fuchsia #C752C8

Tints of Fuchsia #C752C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 41.37%
G = 17.05%
B = 41.58%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C752C8 (or 0xC752C8) is known color: Fuchsia. HEX triplet: C7, 52 and C8. RGB value is (199,82,200). Sum of RGB (Red+Green+Blue) = 199+82+200=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #C752C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752C8 is #38AD37. Grayscale: #828282. Windows color (decimal): -3714360 or 13128391. OLE color: 13128391.

HSL color Cylindrical-coordinate representation of color #C752C8: hue angle of 299.49º degrees, saturation: 0.52, 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 #C752C8 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 200 -
CMYK 0.00 0.59 0 0.22
HSL 299.49º 0.52% 0.55% -
HSV(B) 299.49º 0.59% 0.78% -
XYZ 37 22.35 57.01 -
YUV 130.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 199 82 200 0.00 0.59 0 0.22 299.49 0.52 0.55
Hex C7 52 C8 0 3B 0 16 12B 34 37
Octal 307 122 310 0 73 0 26 453 64 67
Binary 11000111 1010010 11001000 0 111011 0 10110 100101011 110100 110111

Color Harmonies of #C752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752C8

Black with #C752C8

Text Example


Text Example

White with #C752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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