Html Css Color HEX #C852D0 Fuchsia

📋 copy color: '#C852D0'

red 200 ◦ green 82 ◦ blue 208

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

Shades of Fuchsia #C852D0

Tints of Fuchsia #C852D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 40.82%
G = 16.73%
B = 42.45%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C852D0 (or 0xC852D0) is known color: Fuchsia. HEX triplet: C8, 52 and D0. RGB value is (200,82,208). Sum of RGB (Red+Green+Blue) = 200+82+208=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #C852D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852D0 is #37AD2F. Grayscale: #838383. Windows color (decimal): -3648816 or 13652680. OLE color: 13652680.

HSL color Cylindrical-coordinate representation of color #C852D0: hue angle of 296.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C852D0 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 82 208 -
CMYK 0.04 0.61 0 0.18
HSL 296.19º 0.57% 0.57% -
HSV(B) 296.19º 0.61% 0.82% -
XYZ 38.22 22.87 62.07 -
YUV 131.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 200 82 208 0.04 0.61 0 0.18 296.19 0.57 0.57
Hex C8 52 D0 4 3D 0 12 128 39 39
Octal 310 122 320 4 75 0 22 450 71 71
Binary 11001000 1010010 11010000 100 111101 0 10010 100101000 111001 111001

Color Harmonies of #C852D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852D0

Black with #C852D0

Text Example


Text Example

White with #C852D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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