Html Css Color HEX #C034FF Electric Purple

📋 copy color: '#C034FF'

red 192 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #C034FF

Tints of Electric Purple #C034FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.42%

 BLUE value IS 255 (100% from 255) = 51.1%

R = 38.48%
G = 10.42%
B = 51.1%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C034FF (or 0xC034FF) is known color: Electric Purple. HEX triplet: C0, 34 and FF. RGB value is (192,52,255). Sum of RGB (Red+Green+Blue) = 192+52+255=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C034FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034FF is #3FCB00. Grayscale: #747474. Windows color (decimal): -4180737 or 16725184. OLE color: 16725184.

HSL color Cylindrical-coordinate representation of color #C034FF: hue angle of 281.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C034FF is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 52 255 -
CMYK 0.25 0.80 0 0
HSL 281.38º 1% 0.6% -
HSV(B) 281.38º 0.8% 1% -
XYZ 41.02 20.88 96.48 -
YUV 117 205.88 181.49 -
System Red Green Blue C M Y K H S L
Decimal 192 52 255 0.25 0.80 0 0 281.38 1 0.6
Hex C0 34 FF 19 50 0 0 119 64 3C
Octal 300 64 377 31 120 0 0 431 144 74
Binary 11000000 110100 11111111 11001 1010000 0 0 100011001 1100100 111100

Color Harmonies of #C034FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034FF

Black with #C034FF

Text Example


Text Example

White with #C034FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034FF; }

 p { color: rgb(192,52,255); }

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

background-color css

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

 a { background-color: rgb(192,52,255); }

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

border-color css

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

 span { border-color: rgb(192,52,255); }

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