Html Css Color HEX #CB31CA Fuchsia

📋 copy color: '#CB31CA'

red 203 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #CB31CA

Tints of Fuchsia #CB31CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 44.71%
G = 10.79%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB31CA (or 0xCB31CA) is known color: Fuchsia. HEX triplet: CB, 31 and CA. RGB value is (203,49,202). Sum of RGB (Red+Green+Blue) = 203+49+202=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31CA is #34CE35. Grayscale: #707070. Windows color (decimal): -3460662 or 13251019. OLE color: 13251019.

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

Color convert

RGB 203 49 202 -
CMYK 0 0.76 0.00 0.20
HSL 300.39º 0.61% 0.49% -
HSV(B) 300.39º 0.76% 0.8% -
XYZ 36.39 19.16 57.66 -
YUV 112.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 203 49 202 0 0.76 0.00 0.20 300.39 0.61 0.49
Hex CB 31 CA 0 4C 0 14 12C 3D 31
Octal 313 61 312 0 114 0 24 454 75 61
Binary 11001011 110001 11001010 0 1001100 0 10100 100101100 111101 110001

Color Harmonies of #CB31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31CA

Black with #CB31CA

Text Example


Text Example

White with #CB31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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