Html Css Color HEX #C200FE Electric Purple

📋 copy color: '#C200FE'

red 194 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #C200FE

Tints of Electric Purple #C200FE

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 56.7%

R = 43.3%
G = 0%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C200FE (or 0xC200FE) is known color: Electric Purple. HEX triplet: C2, 00 and FE. RGB value is (194,0,254). Sum of RGB (Red+Green+Blue) = 194+0+254=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #C200FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FE is #3DFF01. Grayscale: #565656. Windows color (decimal): -4062978 or 16646338. OLE color: 16646338.

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

Color convert

RGB 194 0 254 -
CMYK 0.24 1 0 0.00
HSL 285.83º 1% 0.5% -
HSV(B) 285.83º 1% 1% -
XYZ 40.14 18.63 95.25 -
YUV 86.96 222.27 204.35 -
System Red Green Blue C M Y K H S L
Decimal 194 0 254 0.24 1 0 0.00 285.83 1 0.5
Hex C2 0 FE 18 64 0 0 11E 64 32
Octal 302 0 376 30 144 0 0 436 144 62
Binary 11000010 0 11111110 11000 1100100 0 0 100011110 1100100 110010

Color Harmonies of #C200FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200FE

Black with #C200FE

Text Example


Text Example

White with #C200FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200FE; }

 p { color: rgb(194,0,254); }

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

background-color css

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

 a { background-color: rgb(194,0,254); }

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

border-color css

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

 span { border-color: rgb(194,0,254); }

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