Html Css Color HEX #CB38C7 Fuchsia

📋 copy color: '#CB38C7'

red 203 ◦ green 56 ◦ blue 199

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

Shades of Fuchsia #CB38C7

Tints of Fuchsia #CB38C7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.23%

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 44.32%
G = 12.23%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB38C7 (or 0xCB38C7) is known color: Fuchsia. HEX triplet: CB, 38 and C7. RGB value is (203,56,199). Sum of RGB (Red+Green+Blue) = 203+56+199=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38C7 is #34C738. Grayscale: #737373. Windows color (decimal): -3458873 or 13056203. OLE color: 13056203.

HSL color Cylindrical-coordinate representation of color #CB38C7: hue angle of 301.63º 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 #CB38C7 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 56 199 -
CMYK 0 0.72 0.02 0.20
HSL 301.63º 0.59% 0.51% -
HSV(B) 301.63º 0.72% 0.8% -
XYZ 36.35 19.65 55.91 -
YUV 116.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 203 56 199 0 0.72 0.02 0.20 301.63 0.59 0.51
Hex CB 38 C7 0 48 2 14 12E 3B 33
Octal 313 70 307 0 110 2 24 456 73 63
Binary 11001011 111000 11000111 0 1001000 10 10100 100101110 111011 110011

Color Harmonies of #CB38C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38C7

Black with #CB38C7

Text Example


Text Example

White with #CB38C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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