Html Css Color HEX #C925FB Electric Purple

📋 copy color: '#C925FB'

red 201 ◦ green 37 ◦ blue 251

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

Shades of Electric Purple #C925FB

Tints of Electric Purple #C925FB

RGB

 RED value IS 201 (78.91% from 255) = 41.1%

 GREEN value IS 37 (14.84% from 255) = 7.57%

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

R = 41.1%
G = 7.57%
B = 51.33%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C925FB (or 0xC925FB) is known color: Electric Purple. HEX triplet: C9, 25 and FB. RGB value is (201,37,251). Sum of RGB (Red+Green+Blue) = 201+37+251=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 37 (14.84% from 255 or 7.57% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C925FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925FB is #36DA04. Grayscale: #6D6D6D. Windows color (decimal): -3594757 or 16459209. OLE color: 16459209.

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

Color convert

RGB 201 37 251 -
CMYK 0.20 0.85 0 0.02
HSL 285.98º 0.96% 0.56% -
HSV(B) 285.98º 0.85% 0.98% -
XYZ 42.16 20.71 93.04 -
YUV 110.43 207.33 192.6 -
System Red Green Blue C M Y K H S L
Decimal 201 37 251 0.20 0.85 0 0.02 285.98 0.96 0.56
Hex C9 25 FB 14 55 0 2 11E 60 38
Octal 311 45 373 24 125 0 2 436 140 70
Binary 11001001 100101 11111011 10100 1010101 0 10 100011110 1100000 111000

Color Harmonies of #C925FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925FB

Black with #C925FB

Text Example


Text Example

White with #C925FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925FB; }

 p { color: rgb(201,37,251); }

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

background-color css

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

 a { background-color: rgb(201,37,251); }

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

border-color css

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

 span { border-color: rgb(201,37,251); }

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