Html Css Color HEX #CB14F1 Electric Purple

📋 copy color: '#CB14F1'

red 203 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #CB14F1

Tints of Electric Purple #CB14F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.31%

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

R = 43.75%
G = 4.31%
B = 51.94%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB14F1 (or 0xCB14F1) is known color: Electric Purple. HEX triplet: CB, 14 and F1. RGB value is (203,20,241). Sum of RGB (Red+Green+Blue) = 203+20+241=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB14F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB14F1 is #34EB0E. Grayscale: #636363. Windows color (decimal): -3468047 or 15799499. OLE color: 15799499.

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

Color convert

RGB 203 20 241 -
CMYK 0.16 0.92 0 0.05
HSL 289.68º 0.89% 0.51% -
HSV(B) 289.68º 0.92% 0.95% -
XYZ 40.76 19.55 84.84 -
YUV 99.91 207.63 201.53 -
System Red Green Blue C M Y K H S L
Decimal 203 20 241 0.16 0.92 0 0.05 289.68 0.89 0.51
Hex CB 14 F1 10 5C 0 5 122 59 33
Octal 313 24 361 20 134 0 5 442 131 63
Binary 11001011 10100 11110001 10000 1011100 0 101 100100010 1011001 110011

Color Harmonies of #CB14F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB14F1

Black with #CB14F1

Text Example


Text Example

White with #CB14F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB14F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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