Html Css Color HEX #C852C4 Fuchsia

📋 copy color: '#C852C4'

red 200 ◦ green 82 ◦ blue 196

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

Shades of Fuchsia #C852C4

Tints of Fuchsia #C852C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41%

R = 41.84%
G = 17.15%
B = 41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C852C4 (or 0xC852C4) is known color: Fuchsia. HEX triplet: C8, 52 and C4. RGB value is (200,82,196). Sum of RGB (Red+Green+Blue) = 200+82+196=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C4 is #37AD3B. Grayscale: #818181. Windows color (decimal): -3648828 or 12866248. OLE color: 12866248.

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

Color convert

RGB 200 82 196 -
CMYK 0 0.59 0.02 0.22
HSL 302.03º 0.52% 0.55% -
HSV(B) 302.03º 0.59% 0.78% -
XYZ 36.8 22.3 54.59 -
YUV 130.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 200 82 196 0 0.59 0.02 0.22 302.03 0.52 0.55
Hex C8 52 C4 0 3B 2 16 12E 34 37
Octal 310 122 304 0 73 2 26 456 64 67
Binary 11001000 1010010 11000100 0 111011 10 10110 100101110 110100 110111

Color Harmonies of #C852C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852C4

Black with #C852C4

Text Example


Text Example

White with #C852C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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