Html Css Color HEX #CB20FF Electric Purple

📋 copy color: '#CB20FF'

red 203 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #CB20FF

Tints of Electric Purple #CB20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.53%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 41.43%
G = 6.53%
B = 52.04%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB20FF (or 0xCB20FF) is known color: Electric Purple. HEX triplet: CB, 20 and FF. RGB value is (203,32,255). Sum of RGB (Red+Green+Blue) = 203+32+255=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20FF is #34DF00. Grayscale: #6B6B6B. Windows color (decimal): -3464961 or 16720075. OLE color: 16720075.

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

Color convert

RGB 203 32 255 -
CMYK 0.20 0.87 0 0
HSL 286.01º 1% 0.56% -
HSV(B) 286.01º 0.87% 1% -
XYZ 43.2 20.95 96.37 -
YUV 108.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 203 32 255 0.20 0.87 0 0 286.01 1 0.56
Hex CB 20 FF 14 57 0 0 11E 64 38
Octal 313 40 377 24 127 0 0 436 144 70
Binary 11001011 100000 11111111 10100 1010111 0 0 100011110 1100100 111000

Color Harmonies of #CB20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB20FF

Black with #CB20FF

Text Example


Text Example

White with #CB20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB20FF; }

 p { color: rgb(203,32,255); }

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

background-color css

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

 a { background-color: rgb(203,32,255); }

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

border-color css

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

 span { border-color: rgb(203,32,255); }

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