Html Css Color HEX #C933CB Fuchsia

📋 copy color: '#C933CB'

red 201 ◦ green 51 ◦ blue 203

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

Shades of Fuchsia #C933CB

Tints of Fuchsia #C933CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 44.18%
G = 11.21%
B = 44.62%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C933CB (or 0xC933CB) is known color: Fuchsia. HEX triplet: C9, 33 and CB. RGB value is (201,51,203). Sum of RGB (Red+Green+Blue) = 201+51+203=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C933CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933CB is #36CC34. Grayscale: #707070. Windows color (decimal): -3591221 or 13317065. OLE color: 13317065.

HSL color Cylindrical-coordinate representation of color #C933CB: hue angle of 299.21º degrees, saturation: 0.6, 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 #C933CB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 51 203 -
CMYK 0.01 0.75 0 0.20
HSL 299.21º 0.6% 0.5% -
HSV(B) 299.21º 0.75% 0.8% -
XYZ 36.05 19.1 58.29 -
YUV 113.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 201 51 203 0.01 0.75 0 0.20 299.21 0.6 0.5
Hex C9 33 CB 1 4B 0 14 12B 3C 32
Octal 311 63 313 1 113 0 24 453 74 62
Binary 11001001 110011 11001011 1 1001011 0 10100 100101011 111100 110010

Color Harmonies of #C933CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933CB

Black with #C933CB

Text Example


Text Example

White with #C933CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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