Html Css Color HEX #C852BA Fuchsia

📋 copy color: '#C852BA'

red 200 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #C852BA

Tints of Fuchsia #C852BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 42.74%
G = 17.52%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C852BA (or 0xC852BA) is known color: Fuchsia. HEX triplet: C8, 52 and BA. RGB value is (200,82,186). Sum of RGB (Red+Green+Blue) = 200+82+186=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BA is #37AD45. Grayscale: #808080. Windows color (decimal): -3648838 or 12210888. OLE color: 12210888.

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

Color convert

RGB 200 82 186 -
CMYK 0 0.59 0.07 0.22
HSL 307.12º 0.52% 0.55% -
HSV(B) 307.12º 0.59% 0.78% -
XYZ 35.7 21.86 48.79 -
YUV 129.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 200 82 186 0 0.59 0.07 0.22 307.12 0.52 0.55
Hex C8 52 BA 0 3B 7 16 133 34 37
Octal 310 122 272 0 73 7 26 463 64 67
Binary 11001000 1010010 10111010 0 111011 111 10110 100110011 110100 110111

Color Harmonies of #C852BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852BA

Black with #C852BA

Text Example


Text Example

White with #C852BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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