Html Css Color HEX #C83CAF Fuchsia

📋 copy color: '#C83CAF'

red 200 ◦ green 60 ◦ blue 175

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

Shades of Fuchsia #C83CAF

Tints of Fuchsia #C83CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 45.98%
G = 13.79%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C83CAF (or 0xC83CAF) is known color: Fuchsia. HEX triplet: C8, 3C and AF. RGB value is (200,60,175). Sum of RGB (Red+Green+Blue) = 200+60+175=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CAF is #37C350. Grayscale: #727272. Windows color (decimal): -3654481 or 11484360. OLE color: 11484360.

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

Color convert

RGB 200 60 175 -
CMYK 0 0.7 0.12 0.22
HSL 310.71º 0.56% 0.51% -
HSV(B) 310.71º 0.7% 0.78% -
XYZ 33.17 18.61 42.4 -
YUV 114.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 200 60 175 0 0.7 0.12 0.22 310.71 0.56 0.51
Hex C8 3C AF 0 46 C 16 137 38 33
Octal 310 74 257 0 106 14 26 467 70 63
Binary 11001000 111100 10101111 0 1000110 1100 10110 100110111 111000 110011

Color Harmonies of #C83CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83CAF

Black with #C83CAF

Text Example


Text Example

White with #C83CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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