Html Css Color HEX #C933CD Fuchsia

📋 copy color: '#C933CD'

red 201 ◦ green 51 ◦ blue 205

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

Shades of Fuchsia #C933CD

Tints of Fuchsia #C933CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 43.98%
G = 11.16%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C933CD (or 0xC933CD) is known color: Fuchsia. HEX triplet: C9, 33 and CD. RGB value is (201,51,205). Sum of RGB (Red+Green+Blue) = 201+51+205=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C933CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933CD is #36CC32. Grayscale: #707070. Windows color (decimal): -3591219 or 13448137. OLE color: 13448137.

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

Color convert

RGB 201 51 205 -
CMYK 0.02 0.75 0 0.20
HSL 298.44º 0.61% 0.5% -
HSV(B) 298.44º 0.75% 0.8% -
XYZ 36.29 19.19 59.55 -
YUV 113.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 201 51 205 0.02 0.75 0 0.20 298.44 0.61 0.5
Hex C9 33 CD 2 4B 0 14 12A 3D 32
Octal 311 63 315 2 113 0 24 452 75 62
Binary 11001001 110011 11001101 10 1001011 0 10100 100101010 111101 110010

Color Harmonies of #C933CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933CD

Black with #C933CD

Text Example


Text Example

White with #C933CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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