Html Css Color HEX #C83CAB Fuchsia

📋 copy color: '#C83CAB'

red 200 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #C83CAB

Tints of Fuchsia #C83CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

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

R = 46.4%
G = 13.92%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C83CAB (or 0xC83CAB) is known color: Fuchsia. HEX triplet: C8, 3C and AB. RGB value is (200,60,171). Sum of RGB (Red+Green+Blue) = 200+60+171=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CAB is #37C354. Grayscale: #727272. Windows color (decimal): -3654485 or 11222216. OLE color: 11222216.

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

Color convert

RGB 200 60 171 -
CMYK 0 0.7 0.14 0.22
HSL 312.43º 0.56% 0.51% -
HSV(B) 312.43º 0.7% 0.78% -
XYZ 32.79 18.45 40.36 -
YUV 114.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 200 60 171 0 0.7 0.14 0.22 312.43 0.56 0.51
Hex C8 3C AB 0 46 E 16 138 38 33
Octal 310 74 253 0 106 16 26 470 70 63
Binary 11001000 111100 10101011 0 1000110 1110 10110 100111000 111000 110011

Color Harmonies of #C83CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83CAB

Black with #C83CAB

Text Example


Text Example

White with #C83CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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