Html Css Color HEX #C933B9 Fuchsia

📋 copy color: '#C933B9'

red 201 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #C933B9

Tints of Fuchsia #C933B9

RGB

 RED value IS 201 (78.91% from 255) = 46%

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

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 46%
G = 11.67%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C933B9 (or 0xC933B9) is known color: Fuchsia. HEX triplet: C9, 33 and B9. RGB value is (201,51,185). Sum of RGB (Red+Green+Blue) = 201+51+185=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933B9 is #36CC46. Grayscale: #6E6E6E. Windows color (decimal): -3591239 or 12137417. OLE color: 12137417.

HSL color Cylindrical-coordinate representation of color #C933B9: hue angle of 306.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933B9 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 185 -
CMYK 0 0.75 0.08 0.21
HSL 306.4º 0.6% 0.49% -
HSV(B) 306.4º 0.75% 0.79% -
XYZ 34.03 18.29 47.64 -
YUV 111.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 201 51 185 0 0.75 0.08 0.21 306.4 0.6 0.49
Hex C9 33 B9 0 4B 8 15 132 3C 31
Octal 311 63 271 0 113 10 25 462 74 61
Binary 11001001 110011 10111001 0 1001011 1000 10101 100110010 111100 110001

Color Harmonies of #C933B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933B9

Black with #C933B9

Text Example


Text Example

White with #C933B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933B9; }

 p { color: rgb(201,51,185); }

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

background-color css

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

 a { background-color: rgb(201,51,185); }

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

border-color css

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

 span { border-color: rgb(201,51,185); }

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