Html Css Color HEX #C200FA Electric Purple

📋 copy color: '#C200FA'

red 194 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #C200FA

Tints of Electric Purple #C200FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 43.69%
G = 0%
B = 56.31%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C200FA (or 0xC200FA) is known color: Electric Purple. HEX triplet: C2, 00 and FA. RGB value is (194,0,250). Sum of RGB (Red+Green+Blue) = 194+0+250=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #C200FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FA is #3DFF05. Grayscale: #555555. Windows color (decimal): -4062982 or 16384194. OLE color: 16384194.

HSL color Cylindrical-coordinate representation of color #C200FA: hue angle of 286.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200FA is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 0 250 -
CMYK 0.22 1 0 0.02
HSL 286.56º 1% 0.49% -
HSV(B) 286.56º 1% 0.98% -
XYZ 39.5 18.37 91.91 -
YUV 86.51 220.27 204.67 -
System Red Green Blue C M Y K H S L
Decimal 194 0 250 0.22 1 0 0.02 286.56 1 0.49
Hex C2 0 FA 16 64 0 2 11F 64 31
Octal 302 0 372 26 144 0 2 437 144 61
Binary 11000010 0 11111010 10110 1100100 0 10 100011111 1100100 110001

Color Harmonies of #C200FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C200FA

Black with #C200FA

Text Example


Text Example

White with #C200FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C200FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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