Html Css Color HEX #CB30C0 Fuchsia

📋 copy color: '#CB30C0'

red 203 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #CB30C0

Tints of Fuchsia #CB30C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 45.82%
G = 10.84%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB30C0 (or 0xCB30C0) is known color: Fuchsia. HEX triplet: CB, 30 and C0. RGB value is (203,48,192). Sum of RGB (Red+Green+Blue) = 203+48+192=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C0 is #34CF3F. Grayscale: #6E6E6E. Windows color (decimal): -3460928 or 12595403. OLE color: 12595403.

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

Color convert

RGB 203 48 192 -
CMYK 0 0.76 0.05 0.20
HSL 304.26º 0.62% 0.49% -
HSV(B) 304.26º 0.76% 0.8% -
XYZ 35.2 18.62 51.61 -
YUV 110.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 203 48 192 0 0.76 0.05 0.20 304.26 0.62 0.49
Hex CB 30 C0 0 4C 5 14 130 3E 31
Octal 313 60 300 0 114 5 24 460 76 61
Binary 11001011 110000 11000000 0 1001100 101 10100 100110000 111110 110001

Color Harmonies of #CB30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30C0

Black with #CB30C0

Text Example


Text Example

White with #CB30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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