Html Css Color HEX #C852BF Fuchsia

📋 copy color: '#C852BF'

red 200 ◦ green 82 ◦ blue 191

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

Shades of Fuchsia #C852BF

Tints of Fuchsia #C852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.38%

R = 42.28%
G = 17.34%
B = 40.38%

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

#C852BF (or 0xC852BF) is known color: Fuchsia. HEX triplet: C8, 52 and BF. RGB value is (200,82,191). Sum of RGB (Red+Green+Blue) = 200+82+191=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BF is #37AD40. Grayscale: #818181. Windows color (decimal): -3648833 or 12538568. OLE color: 12538568.

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

Color convert

RGB 200 82 191 -
CMYK 0 0.59 0.04 0.22
HSL 304.58º 0.52% 0.55% -
HSV(B) 304.58º 0.59% 0.78% -
XYZ 36.24 22.08 51.64 -
YUV 129.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 200 82 191 0 0.59 0.04 0.22 304.58 0.52 0.55
Hex C8 52 BF 0 3B 4 16 131 34 37
Octal 310 122 277 0 73 4 26 461 64 67
Binary 11001000 1010010 10111111 0 111011 100 10110 100110001 110100 110111

Color Harmonies of #C852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852BF

Black with #C852BF

Text Example


Text Example

White with #C852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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