Html Css Color HEX #CB38BE Fuchsia

📋 copy color: '#CB38BE'

red 203 ◦ green 56 ◦ blue 190

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

Shades of Fuchsia #CB38BE

Tints of Fuchsia #CB38BE

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 value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB38BE (or 0xCB38BE) is known color: 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

RGB 203 56 190 -
CMYK 0 0.72 0.06 0.20
HSL 305.31º 0.59% 0.51% -
HSV(B) 305.31º 0.72% 0.8% -
XYZ 35.34 19.24 50.57 -
YUV 115.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 203 56 190 0 0.72 0.06 0.20 305.31 0.59 0.51
Hex CB 38 BE 0 48 6 14 131 3B 33
Octal 313 70 276 0 110 6 24 461 73 63
Binary 11001011 111000 10111110 0 1001000 110 10100 100110001 111011 110011

Color Harmonies of #CB38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38BE

Black with #CB38BE

Text Example


Text Example

White with #CB38BE

Text Example


Text Example

HTML Codes & Css Web 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>