Html Css Color HEX #C933B2 Fuchsia

📋 copy color: '#C933B2'

red 201 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #C933B2

Tints of Fuchsia #C933B2

RGB

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

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

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

R = 46.74%
G = 11.86%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C933B2 (or 0xC933B2) is known color: Fuchsia. HEX triplet: C9, 33 and B2. RGB value is (201,51,178). Sum of RGB (Red+Green+Blue) = 201+51+178=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933B2 is #36CC4D. Grayscale: #6D6D6D. Windows color (decimal): -3591246 or 11678665. OLE color: 11678665.

HSL color Cylindrical-coordinate representation of color #C933B2: hue angle of 309.2º 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 #C933B2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 178 -
CMYK 0 0.75 0.11 0.21
HSL 309.2º 0.6% 0.49% -
HSV(B) 309.2º 0.75% 0.79% -
XYZ 33.31 18 43.84 -
YUV 110.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 201 51 178 0 0.75 0.11 0.21 309.2 0.6 0.49
Hex C9 33 B2 0 4B B 15 135 3C 31
Octal 311 63 262 0 113 13 25 465 74 61
Binary 11001001 110011 10110010 0 1001011 1011 10101 100110101 111100 110001

Color Harmonies of #C933B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933B2

Black with #C933B2

Text Example


Text Example

White with #C933B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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