Html Css Color HEX #C600FC Electric Purple

📋 copy color: '#C600FC'

red 198 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #C600FC

Tints of Electric Purple #C600FC

RGB

 RED value IS 198 (77.73% from 255) = 44%

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

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

R = 44%
G = 0%
B = 56%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C600FC (or 0xC600FC) is known color: Electric Purple. HEX triplet: C6, 00 and FC. RGB value is (198,0,252). Sum of RGB (Red+Green+Blue) = 198+0+252=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C600FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600FC is #39FF03. Grayscale: #575757. Windows color (decimal): -3800836 or 16515270. OLE color: 16515270.

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

Color convert

RGB 198 0 252 -
CMYK 0.21 1 0 0.01
HSL 287.14º 1% 0.49% -
HSV(B) 287.14º 1% 0.99% -
XYZ 40.86 19.03 93.62 -
YUV 87.93 220.6 206.51 -
System Red Green Blue C M Y K H S L
Decimal 198 0 252 0.21 1 0 0.01 287.14 1 0.49
Hex C6 0 FC 15 64 0 1 11F 64 31
Octal 306 0 374 25 144 0 1 437 144 61
Binary 11000110 0 11111100 10101 1100100 0 1 100011111 1100100 110001

Color Harmonies of #C600FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600FC

Black with #C600FC

Text Example


Text Example

White with #C600FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600FC; }

 p { color: rgb(198,0,252); }

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

background-color css

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

 a { background-color: rgb(198,0,252); }

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

border-color css

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

 span { border-color: rgb(198,0,252); }

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