Html Css Color HEX #CB29F4 Electric Purple

📋 copy color: '#CB29F4'

red 203 ◦ green 41 ◦ blue 244

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

Shades of Electric Purple #CB29F4

Tints of Electric Purple #CB29F4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.4%

 BLUE value IS 244 (95.7% from 255) = 50%

R = 41.6%
G = 8.4%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB29F4 (or 0xCB29F4) is known color: Electric Purple. HEX triplet: CB, 29 and F4. RGB value is (203,41,244). Sum of RGB (Red+Green+Blue) = 203+41+244=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB29F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29F4 is #34D60B. Grayscale: #6F6F6F. Windows color (decimal): -3462668 or 16001483. OLE color: 16001483.

HSL color Cylindrical-coordinate representation of color #CB29F4: hue angle of 287.88º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB29F4 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 41 244 -
CMYK 0.17 0.83 0 0.04
HSL 287.88º 0.9% 0.56% -
HSV(B) 287.88º 0.83% 0.96% -
XYZ 41.75 20.81 87.4 -
YUV 112.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 203 41 244 0.17 0.83 0 0.04 287.88 0.9 0.56
Hex CB 29 F4 11 53 0 4 120 5A 38
Octal 313 51 364 21 123 0 4 440 132 70
Binary 11001011 101001 11110100 10001 1010011 0 100 100100000 1011010 111000

Color Harmonies of #CB29F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29F4

Black with #CB29F4

Text Example


Text Example

White with #CB29F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29F4; }

 p { color: rgb(203,41,244); }

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

background-color css

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

 a { background-color: rgb(203,41,244); }

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

border-color css

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

 span { border-color: rgb(203,41,244); }

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