Html Css Color HEX #C41BFF Electric Purple

📋 copy color: '#C41BFF'

red 196 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #C41BFF

Tints of Electric Purple #C41BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.65%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 41%
G = 5.65%
B = 53.35%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C41BFF (or 0xC41BFF) is known color: Electric Purple. HEX triplet: C4, 1B and FF. RGB value is (196,27,255). Sum of RGB (Red+Green+Blue) = 196+27+255=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C41BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BFF is #3BE400. Grayscale: #666666. Windows color (decimal): -3924993 or 16718788. OLE color: 16718788.

HSL color Cylindrical-coordinate representation of color #C41BFF: hue angle of 284.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BFF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 27 255 -
CMYK 0.23 0.89 0 0
HSL 284.47º 1% 0.55% -
HSV(B) 284.47º 0.89% 1% -
XYZ 41.21 19.74 96.25 -
YUV 103.52 213.49 193.96 -
System Red Green Blue C M Y K H S L
Decimal 196 27 255 0.23 0.89 0 0 284.47 1 0.55
Hex C4 1B FF 17 59 0 0 11C 64 37
Octal 304 33 377 27 131 0 0 434 144 67
Binary 11000100 11011 11111111 10111 1011001 0 0 100011100 1100100 110111

Color Harmonies of #C41BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BFF

Black with #C41BFF

Text Example


Text Example

White with #C41BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BFF; }

 p { color: rgb(196,27,255); }

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

background-color css

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

 a { background-color: rgb(196,27,255); }

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

border-color css

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

 span { border-color: rgb(196,27,255); }

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