Html Css Color HEX #C840BC Fuchsia

📋 copy color: '#C840BC'

red 200 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C840BC

Tints of Fuchsia #C840BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.16%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 44.25%
G = 14.16%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C840BC (or 0xC840BC) is known color: Fuchsia. HEX triplet: C8, 40 and BC. RGB value is (200,64,188). Sum of RGB (Red+Green+Blue) = 200+64+188=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C840BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840BC is #37BF43. Grayscale: #767676. Windows color (decimal): -3653444 or 12337352. OLE color: 12337352.

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

Color convert

RGB 200 64 188 -
CMYK 0 0.68 0.06 0.22
HSL 305.29º 0.55% 0.52% -
HSV(B) 305.29º 0.68% 0.78% -
XYZ 34.73 19.58 49.53 -
YUV 118.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 200 64 188 0 0.68 0.06 0.22 305.29 0.55 0.52
Hex C8 40 BC 0 44 6 16 131 37 34
Octal 310 100 274 0 104 6 26 461 67 64
Binary 11001000 1000000 10111100 0 1000100 110 10110 100110001 110111 110100

Color Harmonies of #C840BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840BC

Black with #C840BC

Text Example


Text Example

White with #C840BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840BC; }

 p { color: rgb(200,64,188); }

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

background-color css

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

 a { background-color: rgb(200,64,188); }

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

border-color css

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

 span { border-color: rgb(200,64,188); }

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