Html Css Color HEX #C842BE Fuchsia

📋 copy color: '#C842BE'

red 200 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #C842BE

Tints of Fuchsia #C842BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 43.86%
G = 14.47%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C842BE (or 0xC842BE) is known color: Fuchsia. HEX triplet: C8, 42 and BE. RGB value is (200,66,190). Sum of RGB (Red+Green+Blue) = 200+66+190=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C842BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842BE is #37BD41. Grayscale: #777777. Windows color (decimal): -3652930 or 12468936. OLE color: 12468936.

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

Color convert

RGB 200 66 190 -
CMYK 0 0.67 0.05 0.22
HSL 304.48º 0.55% 0.52% -
HSV(B) 304.48º 0.67% 0.78% -
XYZ 35.06 19.89 50.71 -
YUV 120.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 200 66 190 0 0.67 0.05 0.22 304.48 0.55 0.52
Hex C8 42 BE 0 43 5 16 130 37 34
Octal 310 102 276 0 103 5 26 460 67 64
Binary 11001000 1000010 10111110 0 1000011 101 10110 100110000 110111 110100

Color Harmonies of #C842BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842BE

Black with #C842BE

Text Example


Text Example

White with #C842BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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