#CB38BE

Color #CB38BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB38BE

Tints of Fuchsia #CB38BE

Color information

#CB38BE (or 0xCB38BE) is unknown color: approx Fuchsia. HEX triplet: CB, 38 and BE. RGB value is (203,56,190). Sum of RGB (Red+Green+Blue) = 203+56+190=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38BE is #34C741. Grayscale: #727272. Windows color (decimal): -3458882 or 12466379. OLE color: 12466379.

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

Color convert

RGB20356190-
CMYK00.720.060.20
HSL305.31º58.57%50.78%-
HSV(B)305.31º72.41%79.61%-
XYZ35.3419.2450.57-
YUV115.23170.2190.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 56 (22.27% from 255) = 12.47%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=45.21%
G=12.47%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035619000.720.060.20305.3158.5750.78
HexCB38BE0486141313b33
Octal3137027601106244617363
Binary11001011111000101111100100100011010100100110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38BE; }

 p { color: rgb(203,56,190); }

 H1.HeaderClassName
 {
   color: #CB38BE;
 }
 .AnyTagClassName
 {
   color: #CB38BE;
 }
</style>
background-color css

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

 a { background-color: rgb(203,56,190); }

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

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

 span { border-color: rgb(203,56,190); }

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