Html Css Color HEX #CF338A Deep Cerise

📋 copy color: '#CF338A'

red 207 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #CF338A

Tints of Deep Cerise #CF338A

RGB

 RED value IS 207 (81.25% from 255) = 52.27%

 GREEN value IS 51 (20.31% from 255) = 12.88%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 52.27%
G = 12.88%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF338A (or 0xCF338A) is known color: Deep Cerise. HEX triplet: CF, 33 and 8A. RGB value is (207,51,138). Sum of RGB (Red+Green+Blue) = 207+51+138=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF338A is #30CC75. Grayscale: #6B6B6B. Windows color (decimal): -3198070 or 9057231. OLE color: 9057231.

HSL color Cylindrical-coordinate representation of color #CF338A: hue angle of 326.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF338A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 138 -
CMYK 0 0.75 0.33 0.19
HSL 326.54º 0.62% 0.51% -
HSV(B) 326.54º 0.75% 0.81% -
XYZ 31.5 17.47 25.76 -
YUV 107.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 207 51 138 0 0.75 0.33 0.19 326.54 0.62 0.51
Hex CF 33 8A 0 4B 21 13 147 3E 33
Octal 317 63 212 0 113 41 23 507 76 63
Binary 11001111 110011 10001010 0 1001011 100001 10011 101000111 111110 110011

Color Harmonies of #CF338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF338A

Black with #CF338A

Text Example


Text Example

White with #CF338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF338A; }

 p { color: rgb(207,51,138); }

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

background-color css

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

 a { background-color: rgb(207,51,138); }

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

border-color css

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

 span { border-color: rgb(207,51,138); }

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