Html Css Color HEX #C900F3 Electric Purple

📋 copy color: '#C900F3'

red 201 ◦ green 0 ◦ blue 243

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

Shades of Electric Purple #C900F3

Tints of Electric Purple #C900F3

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 45.27%
G = 0%
B = 54.73%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C900F3 (or 0xC900F3) is known color: Electric Purple. HEX triplet: C9, 00 and F3. RGB value is (201,0,243). Sum of RGB (Red+Green+Blue) = 201+0+243=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #C900F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900F3 is #36FF0C. Grayscale: #575757. Windows color (decimal): -3604237 or 15925449. OLE color: 15925449.

HSL color Cylindrical-coordinate representation of color #C900F3: hue angle of 289.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900F3 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 0 243 -
CMYK 0.17 1 0 0.05
HSL 289.63º 1% 0.48% -
HSV(B) 289.63º 1% 0.95% -
XYZ 40.27 18.89 86.32 -
YUV 87.8 215.59 208.74 -
System Red Green Blue C M Y K H S L
Decimal 201 0 243 0.17 1 0 0.05 289.63 1 0.48
Hex C9 0 F3 11 64 0 5 122 64 30
Octal 311 0 363 21 144 0 5 442 144 60
Binary 11001001 0 11110011 10001 1100100 0 101 100100010 1100100 110000

Color Harmonies of #C900F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900F3

Black with #C900F3

Text Example


Text Example

White with #C900F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900F3; }

 p { color: rgb(201,0,243); }

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

background-color css

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

 a { background-color: rgb(201,0,243); }

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

border-color css

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

 span { border-color: rgb(201,0,243); }

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