Html Css Color HEX #C852C6 Fuchsia

📋 copy color: '#C852C6'

red 200 ◦ green 82 ◦ blue 198

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

Shades of Fuchsia #C852C6

Tints of Fuchsia #C852C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 41.67%
G = 17.08%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C852C6 (or 0xC852C6) is known color: Fuchsia. HEX triplet: C8, 52 and C6. RGB value is (200,82,198). Sum of RGB (Red+Green+Blue) = 200+82+198=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C6 is #37AD39. Grayscale: #828282. Windows color (decimal): -3648826 or 12997320. OLE color: 12997320.

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

Color convert

RGB 200 82 198 -
CMYK 0 0.59 0.01 0.22
HSL 301.02º 0.52% 0.55% -
HSV(B) 301.02º 0.59% 0.78% -
XYZ 37.03 22.39 55.8 -
YUV 130.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 200 82 198 0 0.59 0.01 0.22 301.02 0.52 0.55
Hex C8 52 C6 0 3B 1 16 12D 34 37
Octal 310 122 306 0 73 1 26 455 64 67
Binary 11001000 1010010 11000110 0 111011 1 10110 100101101 110100 110111

Color Harmonies of #C852C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852C6

Black with #C852C6

Text Example


Text Example

White with #C852C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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