Html Css Color HEX #C83CAA Fuchsia

📋 copy color: '#C83CAA'

red 200 ◦ green 60 ◦ blue 170

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

Shades of Fuchsia #C83CAA

Tints of Fuchsia #C83CAA

RGB

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

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

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

R = 46.51%
G = 13.95%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C83CAA (or 0xC83CAA) is known color: Fuchsia. HEX triplet: C8, 3C and AA. RGB value is (200,60,170). Sum of RGB (Red+Green+Blue) = 200+60+170=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CAA is #37C355. Grayscale: #727272. Windows color (decimal): -3654486 or 11156680. OLE color: 11156680.

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

Color convert

RGB 200 60 170 -
CMYK 0 0.7 0.15 0.22
HSL 312.86º 0.56% 0.51% -
HSV(B) 312.86º 0.7% 0.78% -
XYZ 32.69 18.41 39.86 -
YUV 114.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 200 60 170 0 0.7 0.15 0.22 312.86 0.56 0.51
Hex C8 3C AA 0 46 F 16 139 38 33
Octal 310 74 252 0 106 17 26 471 70 63
Binary 11001000 111100 10101010 0 1000110 1111 10110 100111001 111000 110011

Color Harmonies of #C83CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83CAA

Black with #C83CAA

Text Example


Text Example

White with #C83CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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