Html Css Color HEX #CB37CC Fuchsia

📋 copy color: '#CB37CC'

red 203 ◦ green 55 ◦ blue 204

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

Shades of Fuchsia #CB37CC

Tints of Fuchsia #CB37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.9%

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

R = 43.94%
G = 11.9%
B = 44.16%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB37CC (or 0xCB37CC) is known color: Fuchsia. HEX triplet: CB, 37 and CC. RGB value is (203,55,204). Sum of RGB (Red+Green+Blue) = 203+55+204=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB37CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37CC is #34C833. Grayscale: #737373. Windows color (decimal): -3459124 or 13383627. OLE color: 13383627.

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

Color convert

RGB 203 55 204 -
CMYK 0.00 0.73 0 0.2
HSL 299.6º 0.59% 0.51% -
HSV(B) 299.6º 0.73% 0.8% -
XYZ 36.89 19.79 59 -
YUV 116.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 203 55 204 0.00 0.73 0 0.2 299.6 0.59 0.51
Hex CB 37 CC 0 49 0 14 12C 3B 33
Octal 313 67 314 0 111 0 24 454 73 63
Binary 11001011 110111 11001100 0 1001001 0 10100 100101100 111011 110011

Color Harmonies of #CB37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37CC

Black with #CB37CC

Text Example


Text Example

White with #CB37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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