Html Css Color HEX #CB0FF9 Electric Purple

📋 copy color: '#CB0FF9'

red 203 ◦ green 15 ◦ blue 249

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

Shades of Electric Purple #CB0FF9

Tints of Electric Purple #CB0FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

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

R = 43.47%
G = 3.21%
B = 53.32%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0FF9 (or 0xCB0FF9) is known color: Electric Purple. HEX triplet: CB, 0F and F9. RGB value is (203,15,249). Sum of RGB (Red+Green+Blue) = 203+15+249=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FF9 is #34F006. Grayscale: #616161. Windows color (decimal): -3469319 or 16322507. OLE color: 16322507.

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

Color convert

RGB 203 15 249 -
CMYK 0.18 0.94 0 0.02
HSL 288.21º 0.95% 0.52% -
HSV(B) 288.21º 0.94% 0.98% -
XYZ 41.9 19.88 91.25 -
YUV 97.89 213.28 202.97 -
System Red Green Blue C M Y K H S L
Decimal 203 15 249 0.18 0.94 0 0.02 288.21 0.95 0.52
Hex CB F F9 12 5E 0 2 120 5F 34
Octal 313 17 371 22 136 0 2 440 137 64
Binary 11001011 1111 11111001 10010 1011110 0 10 100100000 1011111 110100

Color Harmonies of #CB0FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0FF9

Black with #CB0FF9

Text Example


Text Example

White with #CB0FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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