Html Css Color HEX #CB1AF0 Electric Purple

📋 copy color: '#CB1AF0'

red 203 ◦ green 26 ◦ blue 240

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

Shades of Electric Purple #CB1AF0

Tints of Electric Purple #CB1AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.54%

 BLUE value IS 240 (94.14% from 255) = 51.17%

R = 43.28%
G = 5.54%
B = 51.17%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB1AF0 (or 0xCB1AF0) is known color: Electric Purple. HEX triplet: CB, 1A and F0. RGB value is (203,26,240). Sum of RGB (Red+Green+Blue) = 203+26+240=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB1AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1AF0 is #34E50F. Grayscale: #666666. Windows color (decimal): -3466512 or 15735499. OLE color: 15735499.

HSL color Cylindrical-coordinate representation of color #CB1AF0: hue angle of 289.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1AF0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 26 240 -
CMYK 0.15 0.89 0 0.06
HSL 289.63º 0.88% 0.52% -
HSV(B) 289.63º 0.89% 0.94% -
XYZ 40.73 19.73 84.1 -
YUV 103.32 205.14 199.1 -
System Red Green Blue C M Y K H S L
Decimal 203 26 240 0.15 0.89 0 0.06 289.63 0.88 0.52
Hex CB 1A F0 F 59 0 6 122 58 34
Octal 313 32 360 17 131 0 6 442 130 64
Binary 11001011 11010 11110000 1111 1011001 0 110 100100010 1011000 110100

Color Harmonies of #CB1AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1AF0

Black with #CB1AF0

Text Example


Text Example

White with #CB1AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1AF0; }

 p { color: rgb(203,26,240); }

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

background-color css

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

 a { background-color: rgb(203,26,240); }

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

border-color css

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

 span { border-color: rgb(203,26,240); }

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