Html Css Color HEX #C852B9 Fuchsia

📋 copy color: '#C852B9'

red 200 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #C852B9

Tints of Fuchsia #C852B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 42.83%
G = 17.56%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C852B9 (or 0xC852B9) is known color: Fuchsia. HEX triplet: C8, 52 and B9. RGB value is (200,82,185). Sum of RGB (Red+Green+Blue) = 200+82+185=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C852B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852B9 is #37AD46. Grayscale: #808080. Windows color (decimal): -3648839 or 12145352. OLE color: 12145352.

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

Color convert

RGB 200 82 185 -
CMYK 0 0.59 0.08 0.22
HSL 307.63º 0.52% 0.55% -
HSV(B) 307.63º 0.59% 0.78% -
XYZ 35.59 21.82 48.23 -
YUV 129.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 200 82 185 0 0.59 0.08 0.22 307.63 0.52 0.55
Hex C8 52 B9 0 3B 8 16 134 34 37
Octal 310 122 271 0 73 10 26 464 64 67
Binary 11001000 1010010 10111001 0 111011 1000 10110 100110100 110100 110111

Color Harmonies of #C852B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C852B9

Black with #C852B9

Text Example


Text Example

White with #C852B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C852B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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