Html Css Color HEX #CB09F1 Electric Purple

📋 copy color: '#CB09F1'

red 203 ◦ green 9 ◦ blue 241

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

Shades of Electric Purple #CB09F1

Tints of Electric Purple #CB09F1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

 BLUE value IS 241 (94.53% from 255) = 53.2%

R = 44.81%
G = 1.99%
B = 53.2%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB09F1 (or 0xCB09F1) is known color: Electric Purple. HEX triplet: CB, 09 and F1. RGB value is (203,9,241). Sum of RGB (Red+Green+Blue) = 203+9+241=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB09F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09F1 is #34F60E. Grayscale: #5C5C5C. Windows color (decimal): -3470863 or 15796683. OLE color: 15796683.

HSL color Cylindrical-coordinate representation of color #CB09F1: hue angle of 290.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09F1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 9 241 -
CMYK 0.16 0.96 0 0.05
HSL 290.17º 0.93% 0.49% -
HSV(B) 290.17º 0.96% 0.95% -
XYZ 40.6 19.24 84.79 -
YUV 93.45 211.27 206.14 -
System Red Green Blue C M Y K H S L
Decimal 203 9 241 0.16 0.96 0 0.05 290.17 0.93 0.49
Hex CB 9 F1 10 60 0 5 122 5D 31
Octal 313 11 361 20 140 0 5 442 135 61
Binary 11001011 1001 11110001 10000 1100000 0 101 100100010 1011101 110001

Color Harmonies of #CB09F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09F1

Black with #CB09F1

Text Example


Text Example

White with #CB09F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09F1; }

 p { color: rgb(203,9,241); }

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

background-color css

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

 a { background-color: rgb(203,9,241); }

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

border-color css

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

 span { border-color: rgb(203,9,241); }

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