Html Css Color HEX #CB30C8 Fuchsia

📋 copy color: '#CB30C8'

red 203 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #CB30C8

Tints of Fuchsia #CB30C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.35%

R = 45.01%
G = 10.64%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB30C8 (or 0xCB30C8) is known color: Fuchsia. HEX triplet: CB, 30 and C8. RGB value is (203,48,200). Sum of RGB (Red+Green+Blue) = 203+48+200=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C8 is #34CF37. Grayscale: #6F6F6F. Windows color (decimal): -3460920 or 13119691. OLE color: 13119691.

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

Color convert

RGB 203 48 200 -
CMYK 0 0.76 0.01 0.20
HSL 301.16º 0.62% 0.49% -
HSV(B) 301.16º 0.76% 0.8% -
XYZ 36.11 18.98 56.4 -
YUV 111.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 203 48 200 0 0.76 0.01 0.20 301.16 0.62 0.49
Hex CB 30 C8 0 4C 1 14 12D 3E 31
Octal 313 60 310 0 114 1 24 455 76 61
Binary 11001011 110000 11001000 0 1001100 1 10100 100101101 111110 110001

Color Harmonies of #CB30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30C8

Black with #CB30C8

Text Example


Text Example

White with #CB30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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