Html Css Color HEX #C852C2 Fuchsia

📋 copy color: '#C852C2'

red 200 ◦ green 82 ◦ blue 194

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

Shades of Fuchsia #C852C2

Tints of Fuchsia #C852C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 42.02%
G = 17.23%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C852C2 (or 0xC852C2) is known color: Fuchsia. HEX triplet: C8, 52 and C2. RGB value is (200,82,194). Sum of RGB (Red+Green+Blue) = 200+82+194=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C2 is #37AD3D. Grayscale: #818181. Windows color (decimal): -3648830 or 12735176. OLE color: 12735176.

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

Color convert

RGB 200 82 194 -
CMYK 0 0.59 0.03 0.22
HSL 303.05º 0.52% 0.55% -
HSV(B) 303.05º 0.59% 0.78% -
XYZ 36.57 22.21 53.4 -
YUV 130.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 200 82 194 0 0.59 0.03 0.22 303.05 0.52 0.55
Hex C8 52 C2 0 3B 3 16 12F 34 37
Octal 310 122 302 0 73 3 26 457 64 67
Binary 11001000 1010010 11000010 0 111011 11 10110 100101111 110100 110111

Color Harmonies of #C852C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852C2

Black with #C852C2

Text Example


Text Example

White with #C852C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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