Html Css Color HEX #C833B2 Fuchsia

📋 copy color: '#C833B2'

red 200 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #C833B2

Tints of Fuchsia #C833B2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.89%

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 46.62%
G = 11.89%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C833B2 (or 0xC833B2) is known color: Fuchsia. HEX triplet: C8, 33 and B2. RGB value is (200,51,178). Sum of RGB (Red+Green+Blue) = 200+51+178=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C833B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C833B2 is #37CC4D. Grayscale: #6D6D6D. Windows color (decimal): -3656782 or 11678664. OLE color: 11678664.

HSL color Cylindrical-coordinate representation of color #C833B2: hue angle of 308.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C833B2 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 51 178 -
CMYK 0 0.74 0.11 0.22
HSL 308.86º 0.59% 0.49% -
HSV(B) 308.86º 0.75% 0.78% -
XYZ 33.04 17.86 43.83 -
YUV 110.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 200 51 178 0 0.74 0.11 0.22 308.86 0.59 0.49
Hex C8 33 B2 0 4A B 16 135 3B 31
Octal 310 63 262 0 112 13 26 465 73 61
Binary 11001000 110011 10110010 0 1001010 1011 10110 100110101 111011 110001

Color Harmonies of #C833B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C833B2

Black with #C833B2

Text Example


Text Example

White with #C833B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C833B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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