Html Css Color HEX #CB30BB Fuchsia

📋 copy color: '#CB30BB'

red 203 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #CB30BB

Tints of Fuchsia #CB30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 46.35%
G = 10.96%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB30BB (or 0xCB30BB) is known color: Fuchsia. HEX triplet: CB, 30 and BB. RGB value is (203,48,187). Sum of RGB (Red+Green+Blue) = 203+48+187=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30BB is #34CF44. Grayscale: #6D6D6D. Windows color (decimal): -3460933 or 12267723. OLE color: 12267723.

HSL color Cylindrical-coordinate representation of color #CB30BB: hue angle of 306.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB30BB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 187 -
CMYK 0 0.76 0.08 0.20
HSL 306.19º 0.62% 0.49% -
HSV(B) 306.19º 0.76% 0.8% -
XYZ 34.66 18.4 48.74 -
YUV 110.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 203 48 187 0 0.76 0.08 0.20 306.19 0.62 0.49
Hex CB 30 BB 0 4C 8 14 132 3E 31
Octal 313 60 273 0 114 10 24 462 76 61
Binary 11001011 110000 10111011 0 1001100 1000 10100 100110010 111110 110001

Color Harmonies of #CB30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30BB

Black with #CB30BB

Text Example


Text Example

White with #CB30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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