Html Css Color HEX #C023FC Electric Purple

📋 copy color: '#C023FC'

red 192 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C023FC

Tints of Electric Purple #C023FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 40.08%
G = 7.31%
B = 52.61%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C023FC (or 0xC023FC) is known color: Electric Purple. HEX triplet: C0, 23 and FC. RGB value is (192,35,252). Sum of RGB (Red+Green+Blue) = 192+35+252=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C023FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C023FC is #3FDC03. Grayscale: #696969. Windows color (decimal): -4185092 or 16524224. OLE color: 16524224.

HSL color Cylindrical-coordinate representation of color #C023FC: hue angle of 283.41º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C023FC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 35 252 -
CMYK 0.24 0.86 0 0.01
HSL 283.41º 0.97% 0.56% -
HSV(B) 283.41º 0.86% 0.99% -
XYZ 39.91 19.44 93.74 -
YUV 106.68 210.01 188.86 -
System Red Green Blue C M Y K H S L
Decimal 192 35 252 0.24 0.86 0 0.01 283.41 0.97 0.56
Hex C0 23 FC 18 56 0 1 11B 61 38
Octal 300 43 374 30 126 0 1 433 141 70
Binary 11000000 100011 11111100 11000 1010110 0 1 100011011 1100001 111000

Color Harmonies of #C023FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023FC

Black with #C023FC

Text Example


Text Example

White with #C023FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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