Html Css Color HEX #C838AB Fuchsia

📋 copy color: '#C838AB'

red 200 ◦ green 56 ◦ blue 171

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

Shades of Fuchsia #C838AB

Tints of Fuchsia #C838AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.11%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 46.84%
G = 13.11%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C838AB (or 0xC838AB) is known color: Fuchsia. HEX triplet: C8, 38 and AB. RGB value is (200,56,171). Sum of RGB (Red+Green+Blue) = 200+56+171=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C838AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C838AB is #37C754. Grayscale: #6F6F6F. Windows color (decimal): -3655509 or 11221192. OLE color: 11221192.

HSL color Cylindrical-coordinate representation of color #C838AB: hue angle of 312.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C838AB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 171 -
CMYK 0 0.72 0.14 0.22
HSL 312.08º 0.57% 0.5% -
HSV(B) 312.08º 0.72% 0.78% -
XYZ 32.58 18.05 40.29 -
YUV 112.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 200 56 171 0 0.72 0.14 0.22 312.08 0.57 0.5
Hex C8 38 AB 0 48 E 16 138 39 32
Octal 310 70 253 0 110 16 26 470 71 62
Binary 11001000 111000 10101011 0 1001000 1110 10110 100111000 111001 110010

Color Harmonies of #C838AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C838AB

Black with #C838AB

Text Example


Text Example

White with #C838AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C838AB; }

 p { color: rgb(200,56,171); }

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

background-color css

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

 a { background-color: rgb(200,56,171); }

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

border-color css

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

 span { border-color: rgb(200,56,171); }

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