Html Css Color HEX #CB0AF9 Electric Purple

📋 copy color: '#CB0AF9'

red 203 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #CB0AF9

Tints of Electric Purple #CB0AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 249 (97.66% from 255) = 53.9%

R = 43.94%
G = 2.16%
B = 53.9%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0AF9 (or 0xCB0AF9) is known color: Electric Purple. HEX triplet: CB, 0A and F9. RGB value is (203,10,249). Sum of RGB (Red+Green+Blue) = 203+10+249=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB0AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AF9 is #34F506. Grayscale: #5E5E5E. Windows color (decimal): -3470599 or 16321227. OLE color: 16321227.

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

Color convert

RGB 203 10 249 -
CMYK 0.18 0.96 0 0.02
HSL 288.45º 0.95% 0.51% -
HSV(B) 288.45º 0.96% 0.98% -
XYZ 41.84 19.75 91.23 -
YUV 94.95 214.94 205.07 -
System Red Green Blue C M Y K H S L
Decimal 203 10 249 0.18 0.96 0 0.02 288.45 0.95 0.51
Hex CB A F9 12 60 0 2 120 5F 33
Octal 313 12 371 22 140 0 2 440 137 63
Binary 11001011 1010 11111001 10010 1100000 0 10 100100000 1011111 110011

Color Harmonies of #CB0AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0AF9

Black with #CB0AF9

Text Example


Text Example

White with #CB0AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0AF9; }

 p { color: rgb(203,10,249); }

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

background-color css

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

 a { background-color: rgb(203,10,249); }

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

border-color css

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

 span { border-color: rgb(203,10,249); }

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