Html Css Color HEX #C840B4 Fuchsia

📋 copy color: '#C840B4'

red 200 ◦ green 64 ◦ blue 180

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

Shades of Fuchsia #C840B4

Tints of Fuchsia #C840B4

RGB

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

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

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

R = 45.05%
G = 14.41%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C840B4 (or 0xC840B4) is known color: Fuchsia. HEX triplet: C8, 40 and B4. RGB value is (200,64,180). Sum of RGB (Red+Green+Blue) = 200+64+180=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C840B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840B4 is #37BF4B. Grayscale: #757575. Windows color (decimal): -3653452 or 11813064. OLE color: 11813064.

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

Color convert

RGB 200 64 180 -
CMYK 0 0.68 0.1 0.22
HSL 308.82º 0.55% 0.52% -
HSV(B) 308.82º 0.68% 0.78% -
XYZ 33.89 19.24 45.11 -
YUV 117.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 200 64 180 0 0.68 0.1 0.22 308.82 0.55 0.52
Hex C8 40 B4 0 44 A 16 135 37 34
Octal 310 100 264 0 104 12 26 465 67 64
Binary 11001000 1000000 10110100 0 1000100 1010 10110 100110101 110111 110100

Color Harmonies of #C840B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840B4

Black with #C840B4

Text Example


Text Example

White with #C840B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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