Html Css Color HEX #C023FF Electric Purple

📋 copy color: '#C023FF'

red 192 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #C023FF

Tints of Electric Purple #C023FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.26%

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

R = 39.83%
G = 7.26%
B = 52.9%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C023FF (or 0xC023FF) is known color: Electric Purple. HEX triplet: C0, 23 and FF. RGB value is (192,35,255). Sum of RGB (Red+Green+Blue) = 192+35+255=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #C023FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C023FF is #3FDC00. Grayscale: #6A6A6A. Windows color (decimal): -4185089 or 16720832. OLE color: 16720832.

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

Color convert

RGB 192 35 255 -
CMYK 0.25 0.86 0 0
HSL 282.82º 1% 0.57% -
HSV(B) 282.82º 0.86% 1% -
XYZ 40.39 19.63 96.27 -
YUV 107.02 211.51 188.61 -
System Red Green Blue C M Y K H S L
Decimal 192 35 255 0.25 0.86 0 0 282.82 1 0.57
Hex C0 23 FF 19 56 0 0 11B 64 39
Octal 300 43 377 31 126 0 0 433 144 71
Binary 11000000 100011 11111111 11001 1010110 0 0 100011011 1100100 111001

Color Harmonies of #C023FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023FF

Black with #C023FF

Text Example


Text Example

White with #C023FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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