Html Css Color HEX #CB15F1 Electric Purple

📋 copy color: '#CB15F1'

red 203 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #CB15F1

Tints of Electric Purple #CB15F1

RGB

 RED value IS 203 (79.69% from 255) = 43.66%

 GREEN value IS 21 (8.59% from 255) = 4.52%

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 43.66%
G = 4.52%
B = 51.83%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB15F1 (or 0xCB15F1) is known color: Electric Purple. HEX triplet: CB, 15 and F1. RGB value is (203,21,241). Sum of RGB (Red+Green+Blue) = 203+21+241=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15F1 is #34EA0E. Grayscale: #636363. Windows color (decimal): -3467791 or 15799755. OLE color: 15799755.

HSL color Cylindrical-coordinate representation of color #CB15F1: hue angle of 289.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15F1 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 21 241 -
CMYK 0.16 0.91 0 0.05
HSL 289.64º 0.89% 0.51% -
HSV(B) 289.64º 0.91% 0.95% -
XYZ 40.77 19.58 84.85 -
YUV 100.5 207.3 201.11 -
System Red Green Blue C M Y K H S L
Decimal 203 21 241 0.16 0.91 0 0.05 289.64 0.89 0.51
Hex CB 15 F1 10 5B 0 5 122 59 33
Octal 313 25 361 20 133 0 5 442 131 63
Binary 11001011 10101 11110001 10000 1011011 0 101 100100010 1011001 110011

Color Harmonies of #CB15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15F1

Black with #CB15F1

Text Example


Text Example

White with #CB15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15F1; }

 p { color: rgb(203,21,241); }

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

background-color css

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

 a { background-color: rgb(203,21,241); }

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

border-color css

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

 span { border-color: rgb(203,21,241); }

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