Html Css Color HEX #CB30C2 Fuchsia

📋 copy color: '#CB30C2'

red 203 ◦ green 48 ◦ blue 194

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

Shades of Fuchsia #CB30C2

Tints of Fuchsia #CB30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 45.62%
G = 10.79%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB30C2 (or 0xCB30C2) is known color: Fuchsia. HEX triplet: CB, 30 and C2. RGB value is (203,48,194). Sum of RGB (Red+Green+Blue) = 203+48+194=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C2 is #34CF3D. Grayscale: #6E6E6E. Windows color (decimal): -3460926 or 12726475. OLE color: 12726475.

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

Color convert

RGB 203 48 194 -
CMYK 0 0.76 0.04 0.20
HSL 303.48º 0.62% 0.49% -
HSV(B) 303.48º 0.76% 0.8% -
XYZ 35.42 18.71 52.78 -
YUV 110.99 174.85 193.63 -
System Red Green Blue C M Y K H S L
Decimal 203 48 194 0 0.76 0.04 0.20 303.48 0.62 0.49
Hex CB 30 C2 0 4C 4 14 12F 3E 31
Octal 313 60 302 0 114 4 24 457 76 61
Binary 11001011 110000 11000010 0 1001100 100 10100 100101111 111110 110001

Color Harmonies of #CB30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30C2

Black with #CB30C2

Text Example


Text Example

White with #CB30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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