Html Css Color HEX #CB30B5 Fuchsia

📋 copy color: '#CB30B5'

red 203 ◦ green 48 ◦ blue 181

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

Shades of Fuchsia #CB30B5

Tints of Fuchsia #CB30B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 46.99%
G = 11.11%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB30B5 (or 0xCB30B5) is known color: Fuchsia. HEX triplet: CB, 30 and B5. RGB value is (203,48,181). Sum of RGB (Red+Green+Blue) = 203+48+181=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30B5 is #34CF4A. Grayscale: #6D6D6D. Windows color (decimal): -3460939 or 11874507. OLE color: 11874507.

HSL color Cylindrical-coordinate representation of color #CB30B5: hue angle of 308.52º 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 #CB30B5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 181 -
CMYK 0 0.76 0.11 0.20
HSL 308.52º 0.62% 0.49% -
HSV(B) 308.52º 0.76% 0.8% -
XYZ 34.03 18.15 45.43 -
YUV 109.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 203 48 181 0 0.76 0.11 0.20 308.52 0.62 0.49
Hex CB 30 B5 0 4C B 14 135 3E 31
Octal 313 60 265 0 114 13 24 465 76 61
Binary 11001011 110000 10110101 0 1001100 1011 10100 100110101 111110 110001

Color Harmonies of #CB30B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30B5

Black with #CB30B5

Text Example


Text Example

White with #CB30B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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