Html Css Color HEX #C852CE Fuchsia

📋 copy color: '#C852CE'

red 200 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #C852CE

Tints of Fuchsia #C852CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 40.98%
G = 16.8%
B = 42.21%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C852CE (or 0xC852CE) is known color: Fuchsia. HEX triplet: C8, 52 and CE. RGB value is (200,82,206). Sum of RGB (Red+Green+Blue) = 200+82+206=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C852CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CE is #37AD31. Grayscale: #838383. Windows color (decimal): -3648818 or 13521608. OLE color: 13521608.

HSL color Cylindrical-coordinate representation of color #C852CE: hue angle of 297.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C852CE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 82 206 -
CMYK 0.03 0.60 0 0.19
HSL 297.1º 0.56% 0.56% -
HSV(B) 297.1º 0.6% 0.81% -
XYZ 37.98 22.77 60.79 -
YUV 131.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 200 82 206 0.03 0.60 0 0.19 297.1 0.56 0.56
Hex C8 52 CE 3 3C 0 13 129 38 38
Octal 310 122 316 3 74 0 23 451 70 70
Binary 11001000 1010010 11001110 11 111100 0 10011 100101001 111000 111000

Color Harmonies of #C852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852CE

Black with #C852CE

Text Example


Text Example

White with #C852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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