Html Css Color HEX #C842B4 Fuchsia

📋 copy color: '#C842B4'

red 200 ◦ green 66 ◦ blue 180

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

Shades of Fuchsia #C842B4

Tints of Fuchsia #C842B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 44.84%
G = 14.8%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C842B4 (or 0xC842B4) is known color: Fuchsia. HEX triplet: C8, 42 and B4. RGB value is (200,66,180). Sum of RGB (Red+Green+Blue) = 200+66+180=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C842B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842B4 is #37BD4B. Grayscale: #767676. Windows color (decimal): -3652940 or 11813576. OLE color: 11813576.

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

Color convert

RGB 200 66 180 -
CMYK 0 0.67 0.1 0.22
HSL 308.96º 0.55% 0.52% -
HSV(B) 308.96º 0.67% 0.78% -
XYZ 34.01 19.47 45.15 -
YUV 119.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 200 66 180 0 0.67 0.1 0.22 308.96 0.55 0.52
Hex C8 42 B4 0 43 A 16 135 37 34
Octal 310 102 264 0 103 12 26 465 67 64
Binary 11001000 1000010 10110100 0 1000011 1010 10110 100110101 110111 110100

Color Harmonies of #C842B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842B4

Black with #C842B4

Text Example


Text Example

White with #C842B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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