Html Css Color HEX #C033F9 Electric Purple

📋 copy color: '#C033F9'

red 192 ◦ green 51 ◦ blue 249

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

Shades of Electric Purple #C033F9

Tints of Electric Purple #C033F9

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 39.02%
G = 10.37%
B = 50.61%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C033F9 (or 0xC033F9) is known color: Electric Purple. HEX triplet: C0, 33 and F9. RGB value is (192,51,249). Sum of RGB (Red+Green+Blue) = 192+51+249=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C033F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C033F9 is #3FCC06. Grayscale: #737373. Windows color (decimal): -4180999 or 16331712. OLE color: 16331712.

HSL color Cylindrical-coordinate representation of color #C033F9: hue angle of 282.73º degrees, saturation: 0.94, 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 #C033F9 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 51 249 -
CMYK 0.23 0.80 0 0.02
HSL 282.73º 0.94% 0.59% -
HSV(B) 282.73º 0.8% 0.98% -
XYZ 40.02 20.41 91.45 -
YUV 115.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 192 51 249 0.23 0.80 0 0.02 282.73 0.94 0.59
Hex C0 33 F9 17 50 0 2 11B 5E 3B
Octal 300 63 371 27 120 0 2 433 136 73
Binary 11000000 110011 11111001 10111 1010000 0 10 100011011 1011110 111011

Color Harmonies of #C033F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033F9

Black with #C033F9

Text Example


Text Example

White with #C033F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033F9; }

 p { color: rgb(192,51,249); }

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

background-color css

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

 a { background-color: rgb(192,51,249); }

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

border-color css

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

 span { border-color: rgb(192,51,249); }

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