Html Css Color HEX #CB30C6 Fuchsia

📋 copy color: '#CB30C6'

red 203 ◦ green 48 ◦ blue 198

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

Shades of Fuchsia #CB30C6

Tints of Fuchsia #CB30C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 45.21%
G = 10.69%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB30C6 (or 0xCB30C6) is known color: Fuchsia. HEX triplet: CB, 30 and C6. RGB value is (203,48,198). Sum of RGB (Red+Green+Blue) = 203+48+198=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C6 is #34CF39. Grayscale: #6F6F6F. Windows color (decimal): -3460922 or 12988619. OLE color: 12988619.

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

Color convert

RGB 203 48 198 -
CMYK 0 0.76 0.02 0.20
HSL 301.94º 0.62% 0.49% -
HSV(B) 301.94º 0.76% 0.8% -
XYZ 35.88 18.89 55.18 -
YUV 111.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 203 48 198 0 0.76 0.02 0.20 301.94 0.62 0.49
Hex CB 30 C6 0 4C 2 14 12E 3E 31
Octal 313 60 306 0 114 2 24 456 76 61
Binary 11001011 110000 11000110 0 1001100 10 10100 100101110 111110 110001

Color Harmonies of #CB30C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30C6

Black with #CB30C6

Text Example


Text Example

White with #CB30C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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