Html Css Color HEX #C846CD Fuchsia

📋 copy color: '#C846CD'

red 200 ◦ green 70 ◦ blue 205

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

Shades of Fuchsia #C846CD

Tints of Fuchsia #C846CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.74%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 42.11%
G = 14.74%
B = 43.16%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C846CD (or 0xC846CD) is known color: Fuchsia. HEX triplet: C8, 46 and CD. RGB value is (200,70,205). Sum of RGB (Red+Green+Blue) = 200+70+205=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C846CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846CD is #37B932. Grayscale: #7B7B7B. Windows color (decimal): -3651891 or 13453000. OLE color: 13453000.

HSL color Cylindrical-coordinate representation of color #C846CD: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C846CD is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 70 205 -
CMYK 0.02 0.66 0 0.20
HSL 297.78º 0.57% 0.54% -
HSV(B) 297.78º 0.66% 0.8% -
XYZ 37.03 21.07 59.87 -
YUV 124.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 200 70 205 0.02 0.66 0 0.20 297.78 0.57 0.54
Hex C8 46 CD 2 42 0 14 12A 39 36
Octal 310 106 315 2 102 0 24 452 71 66
Binary 11001000 1000110 11001101 10 1000010 0 10100 100101010 111001 110110

Color Harmonies of #C846CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846CD

Black with #C846CD

Text Example


Text Example

White with #C846CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846CD; }

 p { color: rgb(200,70,205); }

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

background-color css

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

 a { background-color: rgb(200,70,205); }

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

border-color css

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

 span { border-color: rgb(200,70,205); }

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