Html Css Color HEX #C852C0 Fuchsia

📋 copy color: '#C852C0'

red 200 ◦ green 82 ◦ blue 192

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

Shades of Fuchsia #C852C0

Tints of Fuchsia #C852C0

RGB

 RED value IS 200 (78.52% from 255) = 42.19%

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 42.19%
G = 17.3%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C852C0 (or 0xC852C0) is known color: Fuchsia. HEX triplet: C8, 52 and C0. RGB value is (200,82,192). Sum of RGB (Red+Green+Blue) = 200+82+192=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C0 is #37AD3F. Grayscale: #818181. Windows color (decimal): -3648832 or 12604104. OLE color: 12604104.

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

Color convert

RGB 200 82 192 -
CMYK 0 0.59 0.04 0.22
HSL 304.07º 0.52% 0.55% -
HSV(B) 304.07º 0.59% 0.78% -
XYZ 36.35 22.12 52.22 -
YUV 129.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 200 82 192 0 0.59 0.04 0.22 304.07 0.52 0.55
Hex C8 52 C0 0 3B 4 16 130 34 37
Octal 310 122 300 0 73 4 26 460 64 67
Binary 11001000 1010010 11000000 0 111011 100 10110 100110000 110100 110111

Color Harmonies of #C852C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852C0

Black with #C852C0

Text Example


Text Example

White with #C852C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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