Html Css Color HEX #C933FB Electric Purple

📋 copy color: '#C933FB'

red 201 ◦ green 51 ◦ blue 251

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

Shades of Electric Purple #C933FB

Tints of Electric Purple #C933FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 39.96%
G = 10.14%
B = 49.9%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C933FB (or 0xC933FB) is known color: Electric Purple. HEX triplet: C9, 33 and FB. RGB value is (201,51,251). Sum of RGB (Red+Green+Blue) = 201+51+251=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C933FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C933FB is #36CC04. Grayscale: #767676. Windows color (decimal): -3591173 or 16462793. OLE color: 16462793.

HSL color Cylindrical-coordinate representation of color #C933FB: hue angle of 285º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C933FB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 51 251 -
CMYK 0.20 0.80 0 0.02
HSL 285º 0.96% 0.59% -
HSV(B) 285º 0.8% 0.98% -
XYZ 42.68 21.75 93.22 -
YUV 118.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 201 51 251 0.20 0.80 0 0.02 285 0.96 0.59
Hex C9 33 FB 14 50 0 2 11D 60 3B
Octal 311 63 373 24 120 0 2 435 140 73
Binary 11001001 110011 11111011 10100 1010000 0 10 100011101 1100000 111011

Color Harmonies of #C933FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933FB

Black with #C933FB

Text Example


Text Example

White with #C933FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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