Html Css Color HEX #C846CB Fuchsia

📋 copy color: '#C846CB'

red 200 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #C846CB

Tints of Fuchsia #C846CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 42.28%
G = 14.8%
B = 42.92%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C846CB (or 0xC846CB) is known color: Fuchsia. HEX triplet: C8, 46 and CB. RGB value is (200,70,203). Sum of RGB (Red+Green+Blue) = 200+70+203=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C846CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846CB is #37B934. Grayscale: #7B7B7B. Windows color (decimal): -3651893 or 13321928. OLE color: 13321928.

HSL color Cylindrical-coordinate representation of color #C846CB: hue angle of 298.65º degrees, saturation: 0.56, 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 #C846CB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 70 203 -
CMYK 0.01 0.66 0 0.20
HSL 298.65º 0.56% 0.54% -
HSV(B) 298.65º 0.66% 0.8% -
XYZ 36.79 20.97 58.61 -
YUV 124.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 200 70 203 0.01 0.66 0 0.20 298.65 0.56 0.54
Hex C8 46 CB 1 42 0 14 12B 38 36
Octal 310 106 313 1 102 0 24 453 70 66
Binary 11001000 1000110 11001011 1 1000010 0 10100 100101011 111000 110110

Color Harmonies of #C846CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846CB

Black with #C846CB

Text Example


Text Example

White with #C846CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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