Html Css Color HEX #C40BFA Electric Purple

📋 copy color: '#C40BFA'

red 196 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #C40BFA

Tints of Electric Purple #C40BFA

RGB

 RED value IS 196 (76.95% from 255) = 42.89%

 GREEN value IS 11 (4.69% from 255) = 2.41%

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

R = 42.89%
G = 2.41%
B = 54.7%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C40BFA (or 0xC40BFA) is known color: Electric Purple. HEX triplet: C4, 0B and FA. RGB value is (196,11,250). Sum of RGB (Red+Green+Blue) = 196+11+250=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C40BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40BFA is #3BF405. Grayscale: #5C5C5C. Windows color (decimal): -3929094 or 16387012. OLE color: 16387012.

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

Color convert

RGB 196 11 250 -
CMYK 0.22 0.96 0 0.02
HSL 286.44º 0.96% 0.51% -
HSV(B) 286.44º 0.96% 0.98% -
XYZ 40.14 18.88 91.97 -
YUV 93.56 216.29 201.07 -
System Red Green Blue C M Y K H S L
Decimal 196 11 250 0.22 0.96 0 0.02 286.44 0.96 0.51
Hex C4 B FA 16 60 0 2 11E 60 33
Octal 304 13 372 26 140 0 2 436 140 63
Binary 11000100 1011 11111010 10110 1100000 0 10 100011110 1100000 110011

Color Harmonies of #C40BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40BFA

Black with #C40BFA

Text Example


Text Example

White with #C40BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40BFA; }

 p { color: rgb(196,11,250); }

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

background-color css

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

 a { background-color: rgb(196,11,250); }

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

border-color css

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

 span { border-color: rgb(196,11,250); }

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