Html Css Color HEX #C842BD Fuchsia

📋 copy color: '#C842BD'

red 200 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #C842BD

Tints of Fuchsia #C842BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.51%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 43.96%
G = 14.51%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C842BD (or 0xC842BD) is known color: Fuchsia. HEX triplet: C8, 42 and BD. RGB value is (200,66,189). Sum of RGB (Red+Green+Blue) = 200+66+189=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C842BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842BD is #37BD42. Grayscale: #777777. Windows color (decimal): -3652931 or 12403400. OLE color: 12403400.

HSL color Cylindrical-coordinate representation of color #C842BD: hue angle of 304.93º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842BD is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 189 -
CMYK 0 0.67 0.06 0.22
HSL 304.93º 0.55% 0.52% -
HSV(B) 304.93º 0.67% 0.78% -
XYZ 34.95 19.85 50.13 -
YUV 120.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 200 66 189 0 0.67 0.06 0.22 304.93 0.55 0.52
Hex C8 42 BD 0 43 6 16 131 37 34
Octal 310 102 275 0 103 6 26 461 67 64
Binary 11001000 1000010 10111101 0 1000011 110 10110 100110001 110111 110100

Color Harmonies of #C842BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842BD

Black with #C842BD

Text Example


Text Example

White with #C842BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842BD; }

 p { color: rgb(200,66,189); }

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

background-color css

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

 a { background-color: rgb(200,66,189); }

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

border-color css

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

 span { border-color: rgb(200,66,189); }

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