Html Css Color HEX #CB50C0 Fuchsia

📋 copy color: '#CB50C0'

red 203 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #CB50C0

Tints of Fuchsia #CB50C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.84%

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

R = 42.74%
G = 16.84%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB50C0 (or 0xCB50C0) is known color: Fuchsia. HEX triplet: CB, 50 and C0. RGB value is (203,80,192). Sum of RGB (Red+Green+Blue) = 203+80+192=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50C0 is #34AF3F. Grayscale: #818181. Windows color (decimal): -3452736 or 12603595. OLE color: 12603595.

HSL color Cylindrical-coordinate representation of color #CB50C0: hue angle of 305.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50C0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 192 -
CMYK 0 0.61 0.05 0.20
HSL 305.37º 0.54% 0.55% -
HSV(B) 305.37º 0.61% 0.8% -
XYZ 37.01 22.24 52.21 -
YUV 129.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 203 80 192 0 0.61 0.05 0.20 305.37 0.54 0.55
Hex CB 50 C0 0 3D 5 14 131 36 37
Octal 313 120 300 0 75 5 24 461 66 67
Binary 11001011 1010000 11000000 0 111101 101 10100 100110001 110110 110111

Color Harmonies of #CB50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50C0

Black with #CB50C0

Text Example


Text Example

White with #CB50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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