Html Css Color HEX #CB31CC Fuchsia

📋 copy color: '#CB31CC'

red 203 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #CB31CC

Tints of Fuchsia #CB31CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 44.52%
G = 10.75%
B = 44.74%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB31CC (or 0xCB31CC) is known color: Fuchsia. HEX triplet: CB, 31 and CC. RGB value is (203,49,204). Sum of RGB (Red+Green+Blue) = 203+49+204=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31CC is #34CE33. Grayscale: #707070. Windows color (decimal): -3460660 or 13382091. OLE color: 13382091.

HSL color Cylindrical-coordinate representation of color #CB31CC: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31CC is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 49 204 -
CMYK 0.00 0.76 0 0.2
HSL 299.61º 0.61% 0.5% -
HSV(B) 299.61º 0.76% 0.8% -
XYZ 36.63 19.25 58.91 -
YUV 112.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 203 49 204 0.00 0.76 0 0.2 299.61 0.61 0.5
Hex CB 31 CC 0 4C 0 14 12C 3D 32
Octal 313 61 314 0 114 0 24 454 75 62
Binary 11001011 110001 11001100 0 1001100 0 10100 100101100 111101 110010

Color Harmonies of #CB31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31CC

Black with #CB31CC

Text Example


Text Example

White with #CB31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31CC; }

 p { color: rgb(203,49,204); }

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

background-color css

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

 a { background-color: rgb(203,49,204); }

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

border-color css

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

 span { border-color: rgb(203,49,204); }

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