Html Css Color HEX #CB49CF Fuchsia

📋 copy color: '#CB49CF'

red 203 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #CB49CF

Tints of Fuchsia #CB49CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.11%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 42.03%
G = 15.11%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB49CF (or 0xCB49CF) is known color: Fuchsia. HEX triplet: CB, 49 and CF. RGB value is (203,73,207). Sum of RGB (Red+Green+Blue) = 203+73+207=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CF is #34B630. Grayscale: #7E7E7E. Windows color (decimal): -3454513 or 13584843. OLE color: 13584843.

HSL color Cylindrical-coordinate representation of color #CB49CF: hue angle of 298.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB49CF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 73 207 -
CMYK 0.02 0.65 0 0.19
HSL 298.21º 0.58% 0.55% -
HSV(B) 298.21º 0.65% 0.81% -
XYZ 38.27 21.97 61.25 -
YUV 127.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 203 73 207 0.02 0.65 0 0.19 298.21 0.58 0.55
Hex CB 49 CF 2 41 0 13 12A 3A 37
Octal 313 111 317 2 101 0 23 452 72 67
Binary 11001011 1001001 11001111 10 1000001 0 10011 100101010 111010 110111

Color Harmonies of #CB49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49CF

Black with #CB49CF

Text Example


Text Example

White with #CB49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49CF; }

 p { color: rgb(203,73,207); }

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

background-color css

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

 a { background-color: rgb(203,73,207); }

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

border-color css

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

 span { border-color: rgb(203,73,207); }

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