Html Css Color HEX #CB30FF Electric Purple

📋 copy color: '#CB30FF'

red 203 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #CB30FF

Tints of Electric Purple #CB30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.49%

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

R = 40.12%
G = 9.49%
B = 50.4%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB30FF (or 0xCB30FF) is known color: Electric Purple. HEX triplet: CB, 30 and FF. RGB value is (203,48,255). Sum of RGB (Red+Green+Blue) = 203+48+255=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30FF is #34CF00. Grayscale: #757575. Windows color (decimal): -3460865 or 16724171. OLE color: 16724171.

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

Color convert

RGB 203 48 255 -
CMYK 0.20 0.81 0 0
HSL 284.93º 1% 0.59% -
HSV(B) 284.93º 0.81% 1% -
XYZ 43.74 22.03 96.55 -
YUV 117.94 205.35 188.67 -
System Red Green Blue C M Y K H S L
Decimal 203 48 255 0.20 0.81 0 0 284.93 1 0.59
Hex CB 30 FF 14 51 0 0 11D 64 3B
Octal 313 60 377 24 121 0 0 435 144 73
Binary 11001011 110000 11111111 10100 1010001 0 0 100011101 1100100 111011

Color Harmonies of #CB30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30FF

Black with #CB30FF

Text Example


Text Example

White with #CB30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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