Html Css Color HEX #C31DFB Electric Purple

📋 copy color: '#C31DFB'

red 195 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C31DFB

Tints of Electric Purple #C31DFB

RGB

 RED value IS 195 (76.56% from 255) = 41.05%

 GREEN value IS 29 (11.72% from 255) = 6.11%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 41.05%
G = 6.11%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C31DFB (or 0xC31DFB) is known color: Electric Purple. HEX triplet: C3, 1D and FB. RGB value is (195,29,251). Sum of RGB (Red+Green+Blue) = 195+29+251=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #C31DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DFB is #3CE204. Grayscale: #676767. Windows color (decimal): -3990021 or 16457155. OLE color: 16457155.

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

Color convert

RGB 195 29 251 -
CMYK 0.22 0.88 0 0.02
HSL 284.86º 0.97% 0.55% -
HSV(B) 284.86º 0.88% 0.98% -
XYZ 40.36 19.45 92.89 -
YUV 103.94 211 192.95 -
System Red Green Blue C M Y K H S L
Decimal 195 29 251 0.22 0.88 0 0.02 284.86 0.97 0.55
Hex C3 1D FB 16 58 0 2 11D 61 37
Octal 303 35 373 26 130 0 2 435 141 67
Binary 11000011 11101 11111011 10110 1011000 0 10 100011101 1100001 110111

Color Harmonies of #C31DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DFB

Black with #C31DFB

Text Example


Text Example

White with #C31DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DFB; }

 p { color: rgb(195,29,251); }

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

background-color css

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

 a { background-color: rgb(195,29,251); }

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

border-color css

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

 span { border-color: rgb(195,29,251); }

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