#C833CD

Color #C833CD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C833CD

Tints of Fuchsia #C833CD

Color information

#C833CD (or 0xC833CD) is unknown color: approx Fuchsia. HEX triplet: C8, 33 and CD. RGB value is (200,51,205). Sum of RGB (Red+Green+Blue) = 200+51+205=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C833CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833CD is #37CC32. Grayscale: #707070. Windows color (decimal): -3656755 or 13448136. OLE color: 13448136.

HSL color Cylindrical-coordinate representation of color #C833CD: hue angle of 298.05º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C833CD is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20051205-
CMYK0.020.7500.20
HSL298.05º60.63%50.2%-
HSV(B)298.05º75.12%80.39%-
XYZ36.0219.0559.54-
YUV113.11179.86189.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 51 (20.31% from 255) = 11.18%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=43.86%
G=11.18%
B=44.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200512050.020.7500.20298.0560.6350.2
HexC833CD24B01412a3d32
Octal3106331521130244527562
Binary1100100011001111001101101001011010100100101010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C833CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C833CD; }

 p { color: rgb(200,51,205); }

 H1.HeaderClassName
 {
   color: #C833CD;
 }
 .AnyTagClassName
 {
   color: #C833CD;
 }
</style>
background-color css

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

 a { background-color: rgb(200,51,205); }

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

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

 span { border-color: rgb(200,51,205); }

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