Html Css Color HEX #CB30C3 Fuchsia

📋 copy color: '#CB30C3'

red 203 ◦ green 48 ◦ blue 195

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

Shades of Fuchsia #CB30C3

Tints of Fuchsia #CB30C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.72%

R = 45.52%
G = 10.76%
B = 43.72%

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

#CB30C3 (or 0xCB30C3) is known color: Fuchsia. HEX triplet: CB, 30 and C3. RGB value is (203,48,195). Sum of RGB (Red+Green+Blue) = 203+48+195=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30C3 is #34CF3C. Grayscale: #6E6E6E. Windows color (decimal): -3460925 or 12792011. OLE color: 12792011.

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

Color convert

RGB 203 48 195 -
CMYK 0 0.76 0.04 0.20
HSL 303.1º 0.62% 0.49% -
HSV(B) 303.1º 0.76% 0.8% -
XYZ 35.54 18.75 53.38 -
YUV 111.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 203 48 195 0 0.76 0.04 0.20 303.1 0.62 0.49
Hex CB 30 C3 0 4C 4 14 12F 3E 31
Octal 313 60 303 0 114 4 24 457 76 61
Binary 11001011 110000 11000011 0 1001100 100 10100 100101111 111110 110001

Color Harmonies of #CB30C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30C3

Black with #CB30C3

Text Example


Text Example

White with #CB30C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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