Html Css Color HEX #CB36D0 Fuchsia

📋 copy color: '#CB36D0'

red 203 ◦ green 54 ◦ blue 208

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

Shades of Fuchsia #CB36D0

Tints of Fuchsia #CB36D0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.61%

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 43.66%
G = 11.61%
B = 44.73%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB36D0 (or 0xCB36D0) is known color: Fuchsia. HEX triplet: CB, 36 and D0. RGB value is (203,54,208). Sum of RGB (Red+Green+Blue) = 203+54+208=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36D0 is #34C92F. Grayscale: #737373. Windows color (decimal): -3459376 or 13645515. OLE color: 13645515.

HSL color Cylindrical-coordinate representation of color #CB36D0: hue angle of 298.05º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB36D0 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 54 208 -
CMYK 0.02 0.74 0 0.18
HSL 298.05º 0.62% 0.51% -
HSV(B) 298.05º 0.74% 0.82% -
XYZ 37.33 19.89 61.55 -
YUV 116.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 203 54 208 0.02 0.74 0 0.18 298.05 0.62 0.51
Hex CB 36 D0 2 4A 0 12 12A 3E 33
Octal 313 66 320 2 112 0 22 452 76 63
Binary 11001011 110110 11010000 10 1001010 0 10010 100101010 111110 110011

Color Harmonies of #CB36D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36D0

Black with #CB36D0

Text Example


Text Example

White with #CB36D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36D0; }

 p { color: rgb(203,54,208); }

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

background-color css

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

 a { background-color: rgb(203,54,208); }

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

border-color css

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

 span { border-color: rgb(203,54,208); }

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