Html Css Color HEX #C852CA Fuchsia

📋 copy color: '#C852CA'

red 200 ◦ green 82 ◦ blue 202

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

Shades of Fuchsia #C852CA

Tints of Fuchsia #C852CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 41.32%
G = 16.94%
B = 41.74%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C852CA (or 0xC852CA) is known color: Fuchsia. HEX triplet: C8, 52 and CA. RGB value is (200,82,202). Sum of RGB (Red+Green+Blue) = 200+82+202=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #C852CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CA is #37AD35. Grayscale: #828282. Windows color (decimal): -3648822 or 13259464. OLE color: 13259464.

HSL color Cylindrical-coordinate representation of color #C852CA: hue angle of 299º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C852CA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 82 202 -
CMYK 0.01 0.59 0 0.21
HSL 299º 0.53% 0.56% -
HSV(B) 299º 0.59% 0.79% -
XYZ 37.5 22.58 58.26 -
YUV 130.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 200 82 202 0.01 0.59 0 0.21 299 0.53 0.56
Hex C8 52 CA 1 3B 0 15 12B 35 38
Octal 310 122 312 1 73 0 25 453 65 70
Binary 11001000 1010010 11001010 1 111011 0 10101 100101011 110101 111000

Color Harmonies of #C852CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852CA

Black with #C852CA

Text Example


Text Example

White with #C852CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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