Html Css Color HEX #C83DAA Fuchsia

📋 copy color: '#C83DAA'

red 200 ◦ green 61 ◦ blue 170

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

Shades of Fuchsia #C83DAA

Tints of Fuchsia #C83DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 46.4%
G = 14.15%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C83DAA (or 0xC83DAA) is known color: Fuchsia. HEX triplet: C8, 3D and AA. RGB value is (200,61,170). Sum of RGB (Red+Green+Blue) = 200+61+170=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83DAA is #37C255. Grayscale: #727272. Windows color (decimal): -3654230 or 11156936. OLE color: 11156936.

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

Color convert

RGB 200 61 170 -
CMYK 0 0.69 0.15 0.22
HSL 312.95º 0.56% 0.51% -
HSV(B) 312.95º 0.7% 0.78% -
XYZ 32.74 18.52 39.88 -
YUV 114.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 200 61 170 0 0.69 0.15 0.22 312.95 0.56 0.51
Hex C8 3D AA 0 45 F 16 139 38 33
Octal 310 75 252 0 105 17 26 471 70 63
Binary 11001000 111101 10101010 0 1000101 1111 10110 100111001 111000 110011

Color Harmonies of #C83DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83DAA

Black with #C83DAA

Text Example


Text Example

White with #C83DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83DAA; }

 p { color: rgb(200,61,170); }

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

background-color css

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

 a { background-color: rgb(200,61,170); }

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

border-color css

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

 span { border-color: rgb(200,61,170); }

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