Html Css Color HEX #CB19FA Electric Purple

📋 copy color: '#CB19FA'

red 203 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #CB19FA

Tints of Electric Purple #CB19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.23%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 42.47%
G = 5.23%
B = 52.3%

CMYK

 C value IS 0.19

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB19FA (or 0xCB19FA) is known color: Electric Purple. HEX triplet: CB, 19 and FA. RGB value is (203,25,250). Sum of RGB (Red+Green+Blue) = 203+25+250=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB19FA is #34E605. Grayscale: #676767. Windows color (decimal): -3466758 or 16390603. OLE color: 16390603.

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

Color convert

RGB 203 25 250 -
CMYK 0.19 0.9 0 0.02
HSL 287.47º 0.96% 0.54% -
HSV(B) 287.47º 0.9% 0.98% -
XYZ 42.23 20.29 92.13 -
YUV 103.87 210.47 198.7 -
System Red Green Blue C M Y K H S L
Decimal 203 25 250 0.19 0.9 0 0.02 287.47 0.96 0.54
Hex CB 19 FA 13 5A 0 2 11F 60 36
Octal 313 31 372 23 132 0 2 437 140 66
Binary 11001011 11001 11111010 10011 1011010 0 10 100011111 1100000 110110

Color Harmonies of #CB19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19FA

Black with #CB19FA

Text Example


Text Example

White with #CB19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB19FA; }

 p { color: rgb(203,25,250); }

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

background-color css

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

 a { background-color: rgb(203,25,250); }

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

border-color css

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

 span { border-color: rgb(203,25,250); }

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