Html Css Color HEX #CB30B9 Fuchsia

📋 copy color: '#CB30B9'

red 203 ◦ green 48 ◦ blue 185

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

Shades of Fuchsia #CB30B9

Tints of Fuchsia #CB30B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 46.56%
G = 11.01%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB30B9 (or 0xCB30B9) is known color: Fuchsia. HEX triplet: CB, 30 and B9. RGB value is (203,48,185). Sum of RGB (Red+Green+Blue) = 203+48+185=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30B9 is #34CF46. Grayscale: #6D6D6D. Windows color (decimal): -3460935 or 12136651. OLE color: 12136651.

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

Color convert

RGB 203 48 185 -
CMYK 0 0.76 0.09 0.20
HSL 306.97º 0.62% 0.49% -
HSV(B) 306.97º 0.76% 0.8% -
XYZ 34.44 18.31 47.62 -
YUV 109.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 203 48 185 0 0.76 0.09 0.20 306.97 0.62 0.49
Hex CB 30 B9 0 4C 9 14 133 3E 31
Octal 313 60 271 0 114 11 24 463 76 61
Binary 11001011 110000 10111001 0 1001100 1001 10100 100110011 111110 110001

Color Harmonies of #CB30B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30B9

Black with #CB30B9

Text Example


Text Example

White with #CB30B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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