Html Css Color HEX #C025FC Electric Purple

📋 copy color: '#C025FC'

red 192 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C025FC

Tints of Electric Purple #C025FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

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

R = 39.92%
G = 7.69%
B = 52.39%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C025FC (or 0xC025FC) is known color: Electric Purple. HEX triplet: C0, 25 and FC. RGB value is (192,37,252). Sum of RGB (Red+Green+Blue) = 192+37+252=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C025FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C025FC is #3FDA03. Grayscale: #6B6B6B. Windows color (decimal): -4184580 or 16524736. OLE color: 16524736.

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

Color convert

RGB 192 37 252 -
CMYK 0.24 0.85 0 0.01
HSL 283.26º 0.97% 0.57% -
HSV(B) 283.26º 0.85% 0.99% -
XYZ 39.97 19.56 93.76 -
YUV 107.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 192 37 252 0.24 0.85 0 0.01 283.26 0.97 0.57
Hex C0 25 FC 18 55 0 1 11B 61 39
Octal 300 45 374 30 125 0 1 433 141 71
Binary 11000000 100101 11111100 11000 1010101 0 1 100011011 1100001 111001

Color Harmonies of #C025FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025FC

Black with #C025FC

Text Example


Text Example

White with #C025FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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