Html Css Color HEX #C800F1 Electric Purple

📋 copy color: '#C800F1'

red 200 ◦ green 0 ◦ blue 241

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

Shades of Electric Purple #C800F1

Tints of Electric Purple #C800F1

RGB

 RED value IS 200 (78.52% from 255) = 45.35%

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

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 45.35%
G = 0%
B = 54.65%

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

#C800F1 (or 0xC800F1) is known color: Electric Purple. HEX triplet: C8, 00 and F1. RGB value is (200,0,241). Sum of RGB (Red+Green+Blue) = 200+0+241=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #C800F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800F1 is #37FF0E. Grayscale: #565656. Windows color (decimal): -3669775 or 15794376. OLE color: 15794376.

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

Color convert

RGB 200 0 241 -
CMYK 0.17 1 0 0.05
HSL 289.79º 1% 0.47% -
HSV(B) 289.79º 1% 0.95% -
XYZ 39.7 18.63 84.72 -
YUV 87.27 214.76 208.4 -
System Red Green Blue C M Y K H S L
Decimal 200 0 241 0.17 1 0 0.05 289.79 1 0.47
Hex C8 0 F1 11 64 0 5 122 64 2F
Octal 310 0 361 21 144 0 5 442 144 57
Binary 11001000 0 11110001 10001 1100100 0 101 100100010 1100100 101111

Color Harmonies of #C800F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800F1

Black with #C800F1

Text Example


Text Example

White with #C800F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800F1; }

 p { color: rgb(200,0,241); }

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

background-color css

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

 a { background-color: rgb(200,0,241); }

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

border-color css

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

 span { border-color: rgb(200,0,241); }

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